XOR

PET VIC-20 C64 C16 Plus/4 C128 X16 M65

The XOR operator performs a bitwise exclusive-or operation.

Syntax

<operand> XOR <operand>

Both operands can be any type of numeric expression except FLOAT.