lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


----- 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