lua-users home
lua-l archive

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


On Monday 28 February 2005 15:00, David Jones wrote:
> And for all of those you can just sneak a ':' Name in just before the
> (final) args, like this
>
> a(y)[7].foo:meth(x)
any args

io.stderr:write("hi")[7].foo:meth(x)
is syntactically ok