Arbortext Command Language > Using the Arbortext Command Language > Bitwise “xor”
  
Bitwise “xor”
^
$i ^ $n returns the bitwise XOR (exclusive or) of the numbers $i and $n.
The following operators are numeric and require numeric operands:
+, -, *, /, &, ^, |, <<, >>, %, ~, ++, and ––
Related Topics
Functions as expressions and commands
Using expressions
Logical expressions
Operands