qa.hlp (Table of Contents; Topic list)
Logic/Shift Operator Summary
   Help on Help  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
AND             Bitwise AND
OR              Bitwise inclusive OR
XOR             Bitwise exclusive OR
NOT             Logical negation of each bit
SHL             Shift bits left
SHR             Shift bits right
                                    -♦-