[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work2) now available
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 24 Mar 2014 09:44:38 +0200
In §3.4.3, the manual says: "There is no direct conversion from strings
to integers: If a string is provided where an integer is needed, Lua
converts the string to a float and then the float to an integer." It may
forestall some queries if somewhere near this statement, some
reference is made to `tonumber`, which does convert directly to
integers when possible.
2014-03-21 22:44 GMT+02:00 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> Lua 5.3.0 (work2) is now available for testing at
> http://www.lua.org/work/lua-5.3.0-work2.tar.gz
>
> MD5 52bd13d0b40f637bc388a133b9bb8771 -
> SHA1 e52ea0acf4b2d7bf042f48bd01dddc149d517184 -
>
> This is a work version. An updated reference manual is included but
> all details may change in the final version. See
> http://www.lua.org/work/doc/readme.html
>
> The main change in Lua 5.3.0 is the introduction of integers.
> For other changes, see
> http://www.lua.org/work/doc/readme.html#changes
>
> The complete diffs from work1 are at
> http://www.lua.org/work/diffs-lua-5.3.0-work1-work2.txt
>
> Enjoy. All feedback welcome. Thanks.
> --lhf
>
>