lua-users home
lua-l archive

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



On 4-Oct-06, at 11:25 AM, John Hind wrote:

local foo, bar, lua

Is syntactic sugar for "local foo : getenv()" (Simulating the current behaviour).

That's not the current behaviour. It would be much slower than the current behaviour, and semantically very different.