Table of Contents

ugBASIC User Manual

EXIT PROC IF ✓

SYNTAX

   EXIT PROC 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 PROC IF lifes = 0

See also the following example files:

ABBREVIATION

 Ex Prb 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