[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Locals in global namespace
- From: erik@... (Erik Hougaard)
- Date: Mon, 11 Sep 2000 17:52:04 +0200
----- Original Message -----
> Of course... I'm afraid you missed my point entirely. What I refer to is
> using local declarations in the global namespace, i.e. a program
> only consisting of "local x" (no functions, no nothing).
So they are local in that address scope... If you are calling several
lua_dofile from C they each have a local scope (With in that dofile block ?)
...
/Erik