| TEMPLATE Procedure: Plot Statements (Experimental) |
| IF-ELSE Statement |
IF (expression) ODS-Graphs-statement(s); <ELSE ODS-Graphs-statement(s); > ENDIF;
The value of the expression must be numeric and able to be interpreted as a boolean.
A zero or missing value is interpreted as FALSE. All other values are interpreted as TRUE.
For more information on the valid values for expression, see Expressions.