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

6 lines
78 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
LOOP
PRINT "I'm in a loop!"
EXIT
ENDLOOP
PRINT "But i somehow got out of it."