-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_1.js
More file actions
18 lines (15 loc) · 845 Bytes
/
PROJECT_LANG_1.js
File metadata and controls
18 lines (15 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Start of script
// Project language file 1
// For: SNU/2D/ProgrammingTools/IDE/JScript
// About:
// I decided to make JScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / JScript) as this is a JScript IDE, and it needs its main language to be represented here.
console.log ("Project language file 1");
console.log ("For: SNU/2D/ProgrammingTools/IDE/JScript");
console.log ("About:");
console.log ("I decided to make JScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / JScript) as this is a JScript IDE, and it needs its main language to be represented here.");
/* File info
* File version: 1 (2022, Thursday, October 6th at 7:44 pm PST)
* File type: JScript source file (*.js)
* Line count (including blank lines and compiler line): 19
*/
// End of script