[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Possible Bug in bitlib under Windows?
- From: "Andrew Gorges" <droidix@...>
- Date: Fri, 12 Dec 2008 08:08:08 -0600
> What does bit.band( 3, 1 ) result in?
print(bit.band(3,1))
--displays 1