[top][index]
search for:

xor -- logical exclusive-or

xor(i,j) -- produces the bitwise logical exclusive-or of the integers i and j.

i1 : xor(10,12)

o1 = 6

Ways to use xor :

  • xor(ZZ,ZZ)

  • [top][index]
    search for: