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

6 lines
111 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
myprocedure
END // End of main program
PROC myprocedure
PRINT "Hello, this is a procedure"
ENDPROC myprocedure