[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Where can I download the Lua 5.1's manual?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 30 Jun 2016 14:06:40 -0300
> The documentation that comes in Lua 5.1's tarball doesn't contain all
> the functions (e.g., 'lua_isnoneornil' is missing, from both
> contents.html and manual.html).
The manual in lua.org and in the tarball should be almost identical (the
HTML has some relative links in the case of the web version and absolute
links in the tar version).
lua_isnoneornil is definitely not missing in either version.
Which version of 5.1 do you mean?