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