8 lines
77 B
Text
8 lines
77 B
Text
' FB 1.05.0 Win64
|
|
|
|
Sub main()
|
|
Print "Hello from main!"
|
|
End Sub
|
|
|
|
main
|
|
Sleep
|