-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPROJECT_LANG_1.icl
More file actions
14 lines (14 loc) · 986 Bytes
/
PROJECT_LANG_1.icl
File metadata and controls
14 lines (14 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Start of script
// Project language file 1
// For: seanpm2001/Learn-Clean
// About:
// I chose Clean as the first project language file for this project (Seanpm2001/Learn-Clean) as this project is about learning the Clean programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.
Start = "Project language file 1";
Start = "For: seanpm2001/Learn-Clean";
Start = "About: ";
Start = "I chose Clean as the first project language file for this project (Seanpm2001/Learn-Clean) as this project is about learning the Clean programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.";
// File info
// File type: Clean source file (*.icl *.dcl *.abc)
// File version: 1 (2022, Tuesday, July 26th at 8:25 pm PST)
// Line count (including blank lines and compiler line): 15
// End of script