RosettaCodeData/Task/Flow-control-structures/Comal/flow-control-structures-1.comal

6 lines
111 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
myprocedure
END // End of main program
PROC myprocedure
PRINT "Hello, this is a procedure"
ENDPROC myprocedure