Table of Contents

ugBASIC User Manual

ENDIF

SYNTAX

PURPOSE

Implement the end of conditional jump.

EXAMPLE

 IF ( x == 42 ) THEN x = 0: ENDIF

AVAILABLE ON

SEE ALSO