DO

These commands will define a loop that will repeat indefinitely.

  Syntax
DO
  Returns

This command does not return a value.

  Description

You are able to break from the loop at any time by using the EXIT command.

  Example Code
DO
PRINT "in a loop"
LOOP
  See also

CORE Commands Menu
Index