Lua:bNot
Jump to navigation
Jump to search
bNot(int) : Binary not
-- ~1 print( bNot(1) ) -- -2 0001 ----- 1110
-- ~1 print( bNot(1) ) -- -2 0001 ----- 1110