[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What does "slot" mean for Lua?
- From: Dibyendu Majumdar <mobile@...>
- Date: Thu, 24 Sep 2020 15:06:29 +0100
On Thu, 24 Sep 2020 at 13:52, 孙世龙 sunshilong <sunshilong369@gmail.com> wrote:
> If I understand it correctly, the stack contains several slots which can
> be used to store numbers and etc. Am I right?
> How "slots" are implemented?
> How this goal (i.e slots can store several kinds\types of data) is achieved?
>
At some point you will need to start reading the code to figure things
out especially if you intend to customise Lua.