6 lines
55 B
Text
6 lines
55 B
Text
|
|
sub main
|
||
|
|
print "Hello from main!"
|
||
|
|
end sub
|
||
|
|
|
||
|
|
call main
|