RosettaCodeData/Task/Flow-control-structures/Comal/flow-control-structures-2.comal
2023-07-01 13:44:08 -04:00

5 lines
78 B
Text

LOOP
PRINT "I'm in a loop!"
EXIT
ENDLOOP
PRINT "But i somehow got out of it."