IF/THEN/ELSE

PPCL conditional logic command used to provide customized decision logic. When the IF expression is true, the THEN command is executed. If the condition is false, the ELSE command (if defined) is executed.