Skip to content

Commit d40bc14

Browse files
authored
PROJECT_LANG_1_V1.vbs
An archive of the first version of the first project language file for this directory set.
1 parent 7c67402 commit d40bc14

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
' REM ' Start of script
2+
' Start of script
3+
' I have decided to have the first project language file for this project (Seanpm2001/Learn-VisualBasicScript be written in Visual Basic Script (VBScript) as this project is about learning the VBScript programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here
4+
x=msgbox("I have decided to have the first project language file for this project (Seanpm2001/Learn-VisualBasicScript be written in Visual Basic Script (VBScript) as this project is about learning the VBScript programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.", 2+64, "Project language file 1 - For: seanpm2001/Learn-VisualBasicScirpt")
5+
' File info
6+
' File version: 1 (2022, Wednesday, October 12th at 9:15 pm PST)
7+
' File type: Visual Basic Script (VBScript) script/source file (*.vbs)
8+
' Line count (including blank lines and compiler line): 10
9+
' REM ' End of script

0 commit comments

Comments
 (0)