These commands will define a loop that will repeat indefinitely.
LOOP
This command does not return a value.
You are able to break from the loop at any time by using the EXIT command.
DO PRINT "loop" LOOP
CORE Commands Menu Index