Conditional Expressions

Conditional expressions are just like other expressions, but their results are interpreted as Boolean (true/false) values. In other words, the result of a conditional expression is always either true or false.

You can use conditional expressions in build-time conditions, run-time conditions, screen conditions, and IF and WHILE actions.

 

See Also: Expressions, Boolean Values