generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_2.raku
16 lines (14 loc) · 1.02 KB
/
PROJECT_LANG_2.raku
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Start of script
# Project language file 2
# For: seanpm2001/Anime_Studio
# About:
# I chose Raku as the second project language file for this project (Seanpm2001/Anime_Studio) 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 getting its own project language file, starting here.
say ("Project language file 2");
say ("For: seanpm2001/Anime_Studio");
say ("About:");
say ("I chose Raku as the second project language file for this project (Seanpm2001/Anime_Studio) 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 getting its own project language file, starting here.");
# File info
# File version: 1 (2023, Tuesday, February 21st at 9:55 pm PST)
# File type: Raku script file (*.raku)
# Line count (including blank lines and compiler line): 17
# End of script