Marks the end of an If structure.
Syntax
EndIf
Example
IF PLANE_ALT > 3000
PRINT "Altitude is greater than 3,000."
ENDIF