lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> What does bit.band( 3, 1 ) result in?

print(bit.band(3,1))
--displays 1