[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Making vars local by default (completely off topic)
- From: Diego Nehab <diego@...>
- Date: Tue, 22 May 2001 18:36:57 -0300 (EST)
Hi,
> Well, that is what I do now as a kind of kludge. But that is not exactly
> right, unless lua can handle constructs like:
>
> return if foo then
> return a
> else
> return b
> end
>
> But surely, if this is a feature that is helpful, we can do better...
And where would the value of foo, a and b come from? What is the kind of
semantics you are looking for?
Regards,
Diego.