Currently AND, OR and NOT are boolean (returning 1 or 0),and & and | are bitwise.
A bitwise 'Exclusive OR' would help in setting/clearing bitfields (used in file properties and Windows Dialog boxes etc)
(Any suggestions on a symbol to represent it?)