|
| 1 | +' Start of script |
| 2 | +Function projectLanguageFileOne(msgPort As Object, userVariables As Object, bsp as Object) |
| 3 | + print "Project language file 1" |
| 4 | + print "For: seanpm2001/Learn-BrighterScript" |
| 5 | + print "About: " |
| 6 | + print "I chose BrighterScript as the first project language file for this project (Seanpm2001/Learn-BrighterScript) as this project is about learning the BrighterScript programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here." |
| 7 | + ' Output: |
| 8 | + ' Project language file 1 |
| 9 | + ' For: seanpm2001/Learn-BrighterScript |
| 10 | + ' About: |
| 11 | + ' I chose BrighterScript as the first project language file for this project (Seanpm2001/Learn-BrighterScript) as this project is about learning the BrighterScript programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here. |
| 12 | +End Function |
| 13 | +return projectLanguageFileOne(); |
| 14 | +return 0; |
| 15 | +End |
| 16 | +' File info |
| 17 | +' File type: BrighterScript source file (*.brs) |
| 18 | +' File version: 1 (2022, Saturday, November 26th at 6:04 pm PST) |
| 19 | +' Line count (including blank lines and compiler line): 21 |
| 20 | +' End of script |
0 commit comments