Re: Did Lua ever have built-ins recognized by the VM?
[
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: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2019年3月31日 09:33:32 -0300
> 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.