[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Did Lua ever have built-ins recognized by the VM?
- From: Dibyendu Majumdar <mobile@...>
- Date: Sun, 31 Mar 2019 13:47:58 +0100
On Sun, 31 Mar 2019 at 13:34, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> > I was wondering if Lua ever had built-in functions that were
> > recognized by the VM.
>
> No. Get the lua-all package and check the files *opcode*.h. You won't
> see built-in functions instructions in any version, even Lua 1.0.
>
Okay thank you.