These commands will define a loop that will repeat indefinitely.
DO
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 "in a loop" LOOP
CORE Commands Menu Index