lua-users home
lua-l archive

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



Please elaborate, giving a cut-and-paste of an interactive session and/or
a quote from the reference manual and/or an excerpt from the beta source
code.

Dirk

 
bit32.bnot(0) is 0xFFFFFFFF, which is different from -1 [1]


"There are times where 4Gb are a real limit:"

True I recently wrote a parser in Lua which I have now converted to C as it can not handle large numbers without pulling in another module.

[1] http://www.lua.org/work/doc/manual.html#6.7