5 lines
78 B
Text
5 lines
78 B
Text
LOOP
|
|
PRINT "I'm in a loop!"
|
|
EXIT
|
|
ENDLOOP
|
|
PRINT "But i somehow got out of it."
|