Re: Suggestion: Lua 5.3 -- Named Return Values
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Suggestion: Lua 5.3 -- Named Return Values
- From: Coda Highland <chighland@...>
- Date: 2013年11月18日 14:14:16 -0800
On Mon, Nov 18, 2013 at 1:55 PM, Stéphane Aulery <lkppo@free.fr> wrote:
> Hello,
>
> I do not know if this is doable, but I would find it convenient to name
> the return values of functions to facilitate code maintenance.
The idiomatic way of accomplishing this is to return a table.
/s/ Adam