6 lines
111 B
Text
6 lines
111 B
Text
|
|
myprocedure
|
||
|
|
END // End of main program
|
||
|
|
PROC myprocedure
|
||
|
|
PRINT "Hello, this is a procedure"
|
||
|
|
ENDPROC myprocedure
|