Bit-Wise Operations
The following operations are relevant to integer, bit, and bit-array operands; the result is a bit-array. The list presents the operations in descending order of precedence. Parentheses can be used to alter the evaluation order. Bit-wise operations, besides the not operation, have lower precedence than comparison relations and numeric operations. The not operation has higher precedence.
A NAND B A
NXOR BRefer to Bit-Array Functions for more information.