[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.2 feature list?
- From: Rici Lake <lua@...>
- Date: Wed, 4 Oct 2006 11:29:44 -0500
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.