END IF keyword

Marks the end of a IF.

Syntax

END IF

Example

IF 45 > 10 THEN
'Do something
END IF

Go back to list of Keywords.