Lua:bAnd
Jump to navigation
Jump to search
bAnd(int1, int2) : Binary And
-- 1 & 2 print( bAnd(1,2) ) -- 0 or print (1 & 2) 0001 0010 ----- 0000