Skip to content

Commit 6016857

Browse files
authored
PROJECT_LANG_1_V1.js
An archive of the first project language file for this project.
1 parent 060ae14 commit 6016857

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Start of script
2+
3+
// Project language file 1
4+
// For: seanpm2001/Learn-JScript.NET
5+
// About:
6+
// I decided to make JScript.NET the main project language file for this project (Seanpm2001/Learn-JScript.NET) as JScript.NET is the language this project is dedicated to, because this project is about learning the JScript.NET programming language. It only makes sense to JScript.NET the official language for this project. It is getting its own project language file, starting here.
7+
8+
Console.WriteLine("Project language file 1");
9+
Console.WriteLine("For: seanpm2001/Learn-JScript.NET");
10+
Console.WriteLine("About:");
11+
Console.WriteLine("I decided to make JScript.NET the main project language file for this project (Seanpm2001/Learn-JScript.NET) as JScript.NET is the language this project is dedicated to, because this project is about learning the JScript.NET programming language. It only makes sense to JScript.NET the official language for this project. It is getting its own project language file, starting here.");
12+
13+
// File info
14+
// File type: JScript.NET source file (*.js)
15+
// File version: 1 (2022, Monday, October 10th at 8:58 pm PST)
16+
// Line count (including blank lines and compiler line): 19
17+
18+
// End of script

0 commit comments

Comments
 (0)