Re: [ANN] Lua 5.3.0 (work2) now available
[
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: 2014年3月23日 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).