Operators

bitxor

Supported By

Syntax

expression bitxor expression

Each expression yields an integer.

Description

The bitxor operator evaluates to the bitwise XOR of the given values. Each bit in the evaluated value will be set if and only if the corresponding bit from one of the given values is set but not the corresponding bit from the other given value.

See Also

bitand, bitor