-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPROJECT_LANG_4.raku
More file actions
16 lines (14 loc) · 1.17 KB
/
PROJECT_LANG_4.raku
File metadata and controls
16 lines (14 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Start of script
# Project language file 4
# For: seanpm2001/Anime_Studio/Video-Editor
# About:
# I chose Raku as the fourth project language file for this project (Seanpm2001/Anime_Studio/Video-Editor) 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. For the video editor, it is to be used for macros. It is getting its own project language file, starting here.
say ("Project language file 4");
say ("For: seanpm2001/Anime_Studio/Video-Editor");
say ("About:");
say ("I chose Raku as the fourth project language file for this project (Seanpm2001/Anime_Studio/Video-Editor) 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. For the video editor, it is to be used for macros. It is getting its own project language file, starting here.");
# File info
# File version: 1 (2023, Thursday, February 23rd at 8:40 pm PST)
# File type: Raku script file (*.raku)
# Line count (including blank lines and compiler line): 17
# End of script