lua-users home
lua-l archive

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


On Mon, 15 Sep 2008 08:37:11 -0400
"Leo Razoumov" <slonik.az@gmail.com> wrote:

> I am sorry but I do not understand the meaning of the last statement
> 
>   a = i{f, g, h}[1]("hi")
> 
> Specifically, what does  i{f, g, h}  mean?
it's a function call, equivalent to i({f, g, h})