generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_2.raku
24 lines (17 loc) · 1.24 KB
/
PROJECT_LANG_2.raku
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Start of script
# Project language file 2
say ("Project language file 2");
say ("For: seanpm2001/Anime_Studio/Dictionary");
say ("About:");
say ("I chose Raku as the second project language file for this project (Seanpm2001/Anime_Studio/Dictionary) as Raku is a lower level (non-application core) language used with Anime Studio. It has a Japanese sounding name, and is in place for Perl-like operations, as Raku is similar to Perl. It is being used for scripting and configuration for this project. It is getting its own project language file, starting here.");
break;
# Output
# Project language file 2
# For: seanpm2001/Anime_Studio/Dictionary
# About:
# I chose Raku as the second project language file for this project (Seanpm2001/Anime_Studio/Dictionary) as Raku is a lower level (non-application core) language used with Anime Studio. It has a Japanese sounding name, and is in place for Perl-like operations, as Raku is similar to Perl. It is being used for scripting and configuration for this project. It is getting its own project language file, starting here.
# File info
# File version: 1 (2023, Tuesday, March 14th at 5:44 pm PST)
# File type: Raku script file (*.raku)
# Line count (including blank lines and compiler line): 25
# End of script