ELSE keyword

Optionally used with the IF keyword.

Syntax

ELSE

Example

IF isValid THEN
'Do something
ELSE
'Do something else
END IF

Go back to list of Keywords.