[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: local variables and scope
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 26 Aug 2005 10:06:27 -0300
> So whenever I really want to have the ability to create a global var,
> which is obviously not very often I use global.this="that"
This is a nice solution. Its main problem is that programs written
that way will not run without this module. That is, "sctrict" programs
are not a subset of regular programs.
-- Roberto