lua-users home
lua-l archive

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


> For this code, if LUAI_ASSERT is activated, it will raise an assertion.
> 
> > local function test(x,...)
> >    debug.getinfo(1, "L")
> > end
> > test()

Thanks for the feedback.

-- Roberto