Guarded Statements
If assignment- or append-statements must be executed conditionally, the following syntax can be used:
Syntax |
NONE
| |
---|---|---|
Semantics | The set and append statements are applied only if the boolean guard expression evaluates to true. | |
Substitutables | object | Any object name. |
expression | A valid expression. | |
arrayExpression | An expression evaluating to an array. | |
booleanGuardExpression | Any expression evaluating to a boolean. | |
Examples |
NONE
|