Skip to content
Brain edited this page Apr 30, 2023 · 6 revisions

IF

IF expression THEN statement ELSE statement

IF expression THEN
    statements
ENDIF
IF expression THEN
    statements
ELSE
    statements
ENDIF

Executes statements if an expression evaluates to true

Clone this wiki locally