condition () Statement
Syntax |
| |
---|---|---|
Semantics | Returns | |
Substitutables |
| The operands can be any variable or object attribute, a literal, a boolean or arithmetic expression. Both operands need to return the same type. |
Examples |
NONE
Assigns "abc" to string s if the expression b1 and b2 evaluates to true, otherwise "xyz" will be assigned to s. |
Related Pages: