Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
(def c (bit-xor a b))
int c = a ^ b;
int c = a ^ b;
var c = a ^ b;
C = A bxor B
c = ieor(a,b)
c := a ^ b
const c = a ^ b;
int c = a ^ b;
c := a xor b;
my $c = $a ^ $b;
c = a ^ b
c = a ^ b
let c = a ^ b;
Dim c As Integer = a Xor b