Re: What does "slot" mean for Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: What does "slot" mean for Lua?
- From: Viacheslav Usov <via.usov@...>
- Date: 2020年9月24日 14:21:00 +0200
On Thu, Sep 24, 2020 at 2:09 PM 孙世龙 sunshilong <sunshilong369@gmail.com> wrote:
> https://github.com/lua/lua/blob/master/manual/manual.of
This is work in progress that does not necessarily correspond to any
released version of Lua. This is the other dangerous end, and you
should be equally careful about it.
> The same question arises, what does the "slots" mean for Lua?
There are only 7 mentions of the word "slot" in the manual, and I
think the second of them defines exactly what it means.
Cheers,
V.