lua-users home
lua-l archive

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


>> What does "slot" mean for Lua?
>A stack (abstract data type) consists of elements (they may also be referred to as cells, slots,...).
>A slot in Lua docs is an element of Lua C API stack.
Could you please explain that in more details or suggest some articles
for me to go through?
How does this kind of element is reprensented?

Thank you for your attention to my question.

Best regards
Sunshilong

On Thu, Sep 24, 2020 at 5:11 PM Egor Skriptunoff
<egor.skriptunoff@gmail.com> wrote:
>
> On Thu, Sep 24, 2020 at 11:49 AM 孙世龙 sunshilong wrote:
>>
>> What does "slot" mean for Lua?
>
>
> A stack (abstract data type) consists of elements (they may also be referred to as cells, slots,...).
> A slot in Lua docs is an element of Lua C API stack.