Used with the IF keyword.
Syntax
IF condition THEN
Parameters
Example
IF 45 > 10 THEN 'Do somethingEND IF
Go back to list of Keywords.