[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Scope
- From: "Nick Trout" <nick@...>
- Date: Mon, 2 Jun 2003 11:49:14 -0700
http://lua-users.org/wiki/ScopeTutorial
from
http://lua-users.org/wiki/TutorialDirectory
-----Original Message-----
From: Lava_Monkey [mailto:lava_monkey@optusnet.com.au]
Sent: Sunday, June 01, 2003 2:41 AM
To: Lua list
Subject: Scope
Does Lua have object scope, for files ,functions, statements ?
can u have a variable that goes out of scope and releases itself, at the
end of a for loop or a
file or function..
If so how ?
haha im only new to lua, still...
-Ben