Table of Contents

ugBASIC User Manual

DO NULL ✓

SYNTAX

   DO NULL

PURPOSE

Wait for a keystroke. If a program comes to a DO NULL instruction, it waits until the user presses a key. Differently from TSB, further commands can follow on the same BASIC line in the progra, and it can be used in an IF line (after THEN or ELSE).

EXAMPLE

  DO NULL

See also the following example files:

ABBREVIATION

 Do NULL

AVAILABLE ON

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