The
IF/THEN/ELSE
statement is used for conditional execution of SCL statements.Note: TheELSE
statement is optional.In this structured statement, the statements following the
THEN
and beforeELSE
are executed if theBoolean_expression
is true. If false, the statements following theELSE
are executed. TheBoolean_expression
may include references to Rational Statemate elements as well as SCL variables and constants.