Skip to content
Andrey Gershun edited this page May 27, 2015 · 4 revisions

IF

Conditional statement.

Syntax:

    IF expression THEN statement1 [ELSE statement2]

See also: CASE

Clone this wiki locally