Re: local scope once again
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: local scope once again
- From: Mark Hamburg <mhamburg@...>
- Date: 2006年12月12日 14:20:55 -0800
on 12/12/06 1:05 PM, Asko Kauppi at askok@dnainternet.net wrote:
> Funny I don't remember this being discussed before -- has it? Any
> solution ideas?
It has been discussed before. I think the primary use case I heard for this
was:
local _, valueOfInterest = f()
local _, _, anotherValueOfInterest = g()
Mark