11. Report-Writer Expressions and Formats : Operations : Comparison Operators : Conditional Expressions
 
Share this page                  
Conditional Expressions
A conditional expression has the form:
expr comp_op expr
The expr is an expression, and comp_op is a comparison operator.
An expression can be enclosed in parentheses without affecting its interpretation, as in the following examples:
(age < 50)
((salary * 12) >= 20000)
A conditional expression evaluates to true or false. It can contain partial match specification characters.