lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Wrong activelines In Lua5.4
From
: actboy168 <actboy168@
...
>
Date
: Mon, 8 Nov 2021 22:54:23 +0800
For this code:
> --[[
> comment
> ]]
> for k in pairs(debug.getinfo(1, "L").activelines) do
> print(k)
> end
The output is:
1
4
5
6
I think it should be
4
5
6
-- actboy168
Follow-Ups
:
Re: Wrong activelines In Lua5.4
,
Philippe Verdy
Re: Wrong activelines In Lua5.4
,
Bas Groothedde
Prev by Date:
Re: Suggestion : Built-in tuple type , was : packed structures
Next by Date:
[ANN] LuaRocks 3.8.0
Previous by thread:
Indexed String Lib for very restricted RAM applications (<30-60 kB RAM)
Next by thread:
Re: Wrong activelines In Lua5.4
Index(es):
Date
Thread