THEN Command

Used in the PPCL IF/THEN/ELSE command. IF/THEN/ELSE is a 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.