Logical Operators
(note): current documentation is subject to change.
| Operator | Function |
|---|---|
&& | 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. |
Updated less than a minute ago
