[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA_REGISTRYINDEX is a valid index?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 11 Feb 2015 09:55:19 -0200
> Section 4.5 of Lua 5.3 document says:
>
> The registry table is always located at pseudo-index LUA_REGISTRYINDEX, which is a valid index.
>
> Is it correct?
That depends on the real meaning of "valid index", as you pointed out
in another message. Anyway, that last remark is either wrong (if
pseudo-indices are not valid) or obvious.
-- Roberto