User Tools

Site Tools


conditional_expression

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
conditional_expression [2017/08/06 07:46] justinconditional_expression [2017/08/06 12:24] justin
Line 2: Line 2:
 ---- ----
  
-A **conditional expression** is an expression that evaluates to either true or false.+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).
  
 ^Operator^Evaluates to true when:^ ^Operator^Evaluates to true when:^
-|==|Left operand is equal to right operand| +|==|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.
-|contains| |+|contains|Left operand **contains one or more of** the right operand.|
conditional_expression.txt · Last modified: 2022/12/16 18:25 by justin