Bit.band
From GiderosMobile
Available since: Gideros 2013.09
Description
Returns the bitwise and of its argument.
(number) = bit.band(x1,x2)
Parameters
x1: (number) first number for and operation
x2: (number) second and more numbers can be provided for and operation optional
Return values
Returns (number) bitwise and