lua-users home
lua-l archive

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


> are the last two results to be expected? (negative results?)

Lua 5.3 has integers but not unsigned integers. If you want to see unsigned
integers, try string.format("%x",~1).