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

6 lines
78 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
LOOP
PRINT "I'm in a loop!"
EXIT
ENDLOOP
PRINT "But i somehow got out of it."