[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: meaning of a lua statement
- From: Paul Merrell <marbux@...>
- Date: Wed, 6 Nov 2013 05:12:38 -0800
For the purpose of "local" see e.g.,
Locals vs. Globals, http://lua-users.org/wiki/LocalsVsGlobals
(characteristics of each).
Lua Scoping, http://lua-users.org/wiki/LuaScoping
Scope Tutorial, http://lua-users.org/wiki/ScopeTutorial
Table Scope, http://lua-users.org/wiki/TableScope
Reference Manual, Lexical Scope: http://www.lua.org/manual/5.2/manual.html#3.5
Regards,
Paul