Table of Contents

ugBASIC User Manual

EXIT PROCEDURE IF ✓

SYNTAX

   EXIT PROCEDURE IF expression

PURPOSE

The instruction forces the program to leave a procedure under a specific set of conditions. The EXIT will only be performed IF the result is found to true.

EXAMPLE

  EXIT PROCEDURE IF lifes = 0

See also the following example files:

ABBREVIATION

 Ex Prcd If

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