DO
<statements>
LOOP
This structure will loop forever; the EXIT command can be used to terminate the loop or control must be explicitly transferred outside of the loop by commands like GOTO or RETURN (if in a subroutine).
See also:
DO LOOP UNTIL
DO WHILE LOOP
EXIT
EXIT FOR
FOR TO STEP
LOOP UNTIL
NEXT
WHILE WEND
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply