Table of Contents

ugBASIC User Manual

EXIT PROC WITH...IF

SYNTAX

   EXIT PROC WITH value IF expression

PURPOSE

EXAMPLE

  PROCEDURE test[ x AS INTEGER ]
     EXIT PROC WITH 0 IF x > 10
     PRINT "X is less or equal to 10"
     RETURN 1
  END PROC

ABBREVIATION

 ExPrbWiIf

AVAILABLE ON

ALIAS FOR

EXIT PROCEDURE WITH...IF

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