The IF statement is used to perform a conditional execution of SCL statements.
TheIF/THEN/ELSE
structured statement is used to execute SCL statements conditionally. The statements followingTHEN
and beforeELSE
are executed ifcondition
is true. Ifcondition
is false, the statements betweenELSE
andEND
are executed.