[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work2) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 23 Mar 2014 12:09:00 -0300
> 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).