Lua:bNot

From Cheat Engine
Revision as of 02:29, 17 February 2021 by Ajanuw (talk | contribs) (Created page with "<h2>bNot(int) : Binary not</h2> <pre> -- ~1 print( bNot(1) ) -- 2 0001 ----- 1110 </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bNot(int) : Binary not

-- ~1
print( bNot(1) ) -- 2

0001
-----
1110