Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbc9bfd

Browse files
PROJECT_LANG_1.brs [V1]
Version 1 of the first project language file for this project.
1 parent ac56442 commit bbc9bfd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎PROJECT_LANG_1.brs‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /