IF uses a conditional expression to check if an expression is true or false.
In this video, IF is used to show how to control which statement is executed based on the Product Scorecard element.
TurboIntegrator
Version 11 and 12
IF (expression);
statement;
ELSEIF (expression);
statement;
ELSE;
statement;
ENDIF;