-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_1.vbs
More file actions
12 lines (12 loc) · 923 Bytes
/
PROJECT_LANG_1.vbs
File metadata and controls
12 lines (12 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
' REM ' Start of script
' Start of script
' Project language file 1
' For: SNU/2D/ProgrammingTools/IDE/VisualBasicScript
' About:
' I decided to make VisualBasicScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / VisualBasicScript) as this is a VisualBasicScript IDE, and it needs its main language to be represented here.
x=msgbox("I decided to make VisualBasicScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / VisualBasicScript) as this is a VisualBasicScript IDE, and it needs its main language to be represented here.", 2+64, "Project language file 1 - For: SNU/2D/ProgrammingTools/IDE/VisualBasicScript")
' File info
' File version: 1 (2022, Wednesday, October 12th at 9:21 pm PST)
' File type: Visual Basic Script (VBScript) script/source file (*.vbs)
' Line count (including blank lines and compiler line): 13
' REM ' End of script