lua-users home
lua-l archive

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



On 8. Nov 2021, at 15:55, actboy168 <actboy168@gmail.com> wrote:

> --[[
>     comment
> ]]
> for k in pairs(debug.getinfo(1, "L").activelines) do
>    print(k)
> end

Isn't this the result of the varargprep instruction that has line 1 has its associated line?

https://luac.nl/s/59bc20d7577e44169ad60520c4

~b