Marks the end of a IF.
Syntax
END IF
Example
IF 45 > 10 THEN 'Do somethingEND IF
Go back to list of Keywords.