Re: Switch/Case statements revisited (using tables?)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Switch/Case statements revisited (using tables?)
- From: "Javier Guerra" <javier@...>
- Date: Thu, 8 Nov 2007 17:44:42 -0500
On 11/8/07, Mark Hamburg <mhamburg@adobe.com> wrote:
> However, then the functions can't generally see the necessary upvalues.
that's why i usually do use parameters and/or more levels of local
scoping (surrounding some functions and their shared local vars
(upvalues) with do...end)
--
Javier