xor
xor(i,j)
-- produces the bitwise logical exclusive-or of the integers i and j.
i1 = xor(10,12) o1 = 6
Go to
main index
.
Go to
concepts index
.