lua-users home
lua-l archive

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


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