IF
IF condition THEN
Instructions
ENDIF
Execute the instruction block Instructions only if the expression condition is TRUE.
IF condition THEN
Instructions
ENDIF
Execute the instruction block Instructions only if the expression condition is TRUE.