Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 4 revisions

Keyword IF

Conditional statement.

Syntax:

    IF expression THEN statement1 [ELSE statement2]

See also: CASE

Clone this wiki locally