bxor - luxembourg/muxcode-clm GitHub Wiki

BXOR()

FUNCTION: bxor(<number>[, <number> [, ...]])

Arguments must be integers and they are treated as a bit-field. It performs a bitwise logical eXclusive-OR which has the effect of toggling certain bits on in the result.

> think bxor(922,785) 139

Related Topics: shl, shr, band, bnand, bor