Lua:bXor
Jump to navigation
Jump to search
bXor(int1, int2) : Binary Xor
-- 1 ^ 2 print( bXor(1,2) ) -- 3 or print (1 ~ 2) -- 3 0001 0010 ----- 0011