| TEMPLATE Procedure: Layout Statements (Experimental) |
| IF-ELSE Statement |
IF (expression) ODSgraphics-statement(s); <ELSE ODSgraphics-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.