Operator
|
Description
|
Keyboard Shortcut
|
XOR (Exclusive or)—Returns 1 if either x or y, but not both, are true. Returns 0 otherwise.
|
||
AND—Returns 1 if both x and y are true. Returns 0 otherwise.
|
||
NOT—Returns 1 if x is false. Returns 0 otherwise.
|
||
OR—Returns 1 if either x or y are true. Returns 0 otherwise.
|