Compound Expressions

Create compound expressions by joining multiple individual expressions by using the AND or OR operators.

These operators have the following behavior:

  • AND: The overall expression is true if and only if every individual expression is true.
  • OR: The overall expression is true if at least one of the individual expressions is true.