Lua:bXor

From Cheat Engine
Revision as of 02:24, 17 February 2021 by Ajanuw (talk | contribs) (Created page with "<h2>bXor(int1, int2) : Binary Xor</h2> <pre> -- 1 ^ 2 print( bXor(1,2) ) -- 3 0001 0010 ----- 0011 </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bXor(int1, int2) : Binary Xor

-- 1 ^ 2
print( bXor(1,2) ) -- 3

0001
0010
-----
0011