[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Expanding multiple return values of Lua functions in a Lua table constructor
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 18 Oct 2012 07:13:49 -0300
> `[lst]` could force the non-adjustment.
> `t={[a()],[b()],"third"}`
What would t={[a()]=2} mean then? It already has a meaning.