lua-users home
lua-l archive

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


On 5/17/19, William Ahern <william@25thandclement.com> wrote:
> Most of those throw errors and only return to the immediate caller on
> success, mirroring their Lua counter parts.

in this cases the mere fact that the function returned to the caller means
it succeeded and hence no return value is required to signal the outcome
(but it would not hurt to return one either). i understand.