lua-users home
lua-l archive

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


> It'd be however much better if those functions returned the line number 
> as their 3-rd return value. Then all the trickery wouldn't be necessary.

The thing is that the Lua core throws a string as the error.
It could throw a table instead, but it'd complicate matters...