Was this helpful?
If-Then-Else Statement
Chooses between alternative paths of execution.
Syntax:
if condition then statementlist
          [{elseif condition then statementlist}]
          [else statementlist]
endif;
Last modified date: 12/20/2023