generated from seanpm2001/Template_Other_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_2.js
25 lines (25 loc) · 972 Bytes
/
PROJECT_LANG_2.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// Start of script
// I chose JavaScript as the second project language for this project (CompuSmell) as JavaScript is one of the 2 common languages that inspired the design of the VSmell language invented through this project.
class projectLanguageFileTwo() {
void main() {
console.log ("I chose JavaScript as the second project language for this project (CompuSmell) as JavaScript is one of the 2 common languages that inspired the design of the VSmell language invented through this project.");
/* Garbage syntax, so I can test out 2 new keywords I recently learned (May 2021) Uncomment to highlight
x = bool("true");
y = bool("false");
if (x == "false"); {
try y
} else: {
catch x;
}
*/
break;
}
}
return main();
break;
/* File info
* File version: 1 (Wednesday, July 14th 2021 at 5:56 pm)
* File type: JavaScript 1.8 source file (*.js)
* Line count (including blank lines and compiler line): 26
*/
// End of script