Logical Operators


 

Bitwise logical operators

not        bitwise negation       

and        bitwise and

or        bitwise or

xor        bitwise xor

shl        shift left

shr        shift right

 

Boolean logical operators

not        negation

and        logical and

or        logicalor

xor        logical xor