-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPROJECT_LANG_2.vbs
More file actions
13 lines (9 loc) · 864 Bytes
/
Copy pathPROJECT_LANG_2.vbs
File metadata and controls
13 lines (9 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
' Start of script
' I chose Visual Basic Script as the second project language file for this project (Seanpm2001/AGRAN-Programming language)(Seanpm2001/GRANNY-Programming-language) as Visual Basic Script has influence on the projects language. It is getting its own project language file, starting here.
x=msgbox("I chose Visual Basic Script as the second project language file for this project (Seanpm2001/AGRAN-Programming language)(Seanpm2001/GRANNY-Programming-language) as Visual Basic Script has influence on the projects language. It is getting its own project language file, starting here.
", 2+64, "Project language file 2 - GRANNY programming language")
' File info
' File type: Visual Basic Script file (*.vbs)
' File version: 1 (2022, Wednesday, August 3rd at 4:53 pm PST)
' Line count (including blank lines and compiler line): 14
' End of script