bdfs1m0iStructured Programming Macros


Structured Programming Macros Conditional Expressions

One of the key elements of the selection and iteration structured programming structures is the conditional expression.

A conditional expression defines the selection criteria for the different functions to be carried out in a macro group. A conditional expression is an expression that evaluates to a true or false value, and the appropriate function is processed based on that value.

Conditional expressions are required parameters for the following macros:

You can also use conditional expressions with the following macros:

See TPFDF Structured Programming Macros: Reference for details about these structured programming macros (SPMs).