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