lua-users home
lua-l archive

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


On 12/18/07, Patrick Donnelly <batrick.donnelly@gmail.com> wrote:
> In a related matter, pcall is supposed to return the error message,
> but in fact returns whatever is passed to error()'s first argument.
> Whether this is intended I am not sure.

This is well documented in the Lua 5.1 reference manual.