6 lines
52 B
Text
6 lines
52 B
Text
|
|
SUB main
|
||
|
|
PRINT "Hello from main!"
|
||
|
|
END SUB
|
||
|
|
|
||
|
|
main
|