Lua:bNot

From Cheat Engine
Revision as of 23:31, 22 February 2021 by Dark Byte (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bNot(int) : Binary not

-- ~1
print( bNot(1) ) -- -2
or
print ( ~1 )
0001
-----
1110