Table of Contents

ugBASIC User Manual

FOR ... NEXT

SYNTAX

PURPOSE

Implement an conditional loop.

Implement an conditional loop.

EXAMPLE

  FOR levels = 1 to 10 STEP 2
  FOR levels = 1 to 10 STEP 2

AVAILABLE ON

SEE ALSO