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