Re: Lua C API
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua C API
- From: Jim <djvaios@...>
- Date: 2019年5月22日 20:54:13 +0200
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.