Lua Programming/How to Lua/bitwise
There are no bitwise operators in lua
Traditionally, the lua programming language does not provide bitwise operators. However, the bitlib library can be used to perform bit manipulation.
Last modified on 21 February 2011, at 20:42