User Tools

Site Tools


conditional_expression

This is an old revision of the document!


Conditional Expression


A conditional expression is an expression that evaluates to either true or false. An operator, at the middle of the expression, is used to compare two different values on each side (i.e. the left operand and right operand).

OperatorEvaluates to true when:
==Left operand is equal to the right operand.
!=Left operand is not equal to the right operand.
<Left operand is less than the right operand.
< =Left operand is less than or equal to the right operand.
>Left operand is greater than the right operand.
> =Left operand is greater than or equal to the right operand.
containsLeft operand contains one or more of the right operand.
conditional_expression.1502047497.txt.gz · Last modified: 2017/08/06 12:24 by justin