lua-users home
lua-l archive

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


On Thu, Aug 12, 2021 at 10:41 AM Каплун Сергей
<sergeykaplun1998@gmail.com> wrote:

> I have a question about Lua/C API (5.1) usage:

> The Lua Reference Manual (5.4) declares that:

> For the Lua 5.1 this operation seems valid to me.

Don't you see a version mismatch here? If all you care about is Lua
5.1, then you should be quoting the Lua 5.1 manual.

Cheers,
V.