lua-users home
lua-l archive

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


> what if the function (or level) that issued the error is certain that
> the error did not happen in its body, but on higher stack levels?

See second (optional) argument to `error' function.

-- Roberto