lua-users home
lua-l archive

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


2009/12/6 David Given <dg@cowlark.com>:
> Jerome Vuarand wrote:
> [...]
>> local f = y[[ x + y with x, y ]]
>
> This collides with long-string syntax (looks like a function call to y
> with a single string parameter).

That because it was precisely a proposal to implement it with current
unmodified Lua.