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