Skip to content

Commit edea54d

Browse files
authored
PROJECT_LANG_1_V1.res
An archive of the first version of the first project language file for this directory set.
1 parent 8d0a198 commit edea54d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Start of script
2+
/* Project language file 1 */
3+
@val external string1 = "Project language file 1";
4+
@val external string2 = "For: SNU/2D/ProgrammingTools/IDE/ReScript";
5+
@val external string3 = "About:";
6+
@val external string4 = "I decided to make ReScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / ReScript) as this is a ReScript IDE, and it needs its main language to be represented here.";
7+
8+
/* Output:
9+
** Project language file 1
10+
** For: SNU/2D/ProgrammingTools/IDE/ReScript
11+
** About:
12+
** I decided to make ReScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / ReScript) as this is a ReScript IDE, and it needs its main language to be represented here.
13+
*/
14+
15+
/* File info
16+
** File type: ReScript source file (*.re *.res)
17+
** File version: 1 (2022, Saturday, October 1st at 10:52 pm PST)
18+
** Line count (including blank lines and compiler line): 22
19+
*/
20+
21+
// End of script

0 commit comments

Comments
 (0)