Logical Operators

(note): current documentation is subject to change.

OperatorFunction
&&Returns true when both sides of the operator are true.
||Returns true when either side of the operator is true.
!Returns true if the right side of the operator is false.