Table of Contents

ugBASIC User Manual

DO ... LOOP

SYNTAX

PURPOSE

Implement an unconditional loop. The DO instruction defines the starting point of the loop, while the LOOP instruction defines the end point.

EXAMPLE

  DO : x = x + 1 : LOOP

AVAILABLE ON

SEE ALSO