5 lines
73 B
Text
5 lines
73 B
Text
subroutine main()
|
|
print "Hello from main!"
|
|
end subroutine
|
|
|
|
call main()
|