Re: Global Variables
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Global Variables
- From: "Patrick Donnelly" <batrick.donnelly@...>
- Date: 2008年3月31日 06:03:32 -0600
A module gets it's own namespace (environment) when it calls module.
It needs to set any globals (or save a reference to the global
environment) before it calls module().
HTH,
--
-Patrick Donnelly
"One of the lessons of history is that nothing is often a good thing
to do and always a clever thing to say."
-Will Durant