Table of Contents

ugBASIC User Manual

LOOP...END LOOP

SYNTAX

   LOOP
     ... instructions ...
   END LOOP

PURPOSE

EXAMPLE

  LOOP
    x = x + 1
  END LOOP

ABBREVIATION

 LpEeLp

AVAILABLE ON

ALIAS FOR

DO...LOOP

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY