[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: question on modules (newbie)
- From: "Pavol Severa" <pavol.severa@...>
- Date: Thu, 23 Feb 2006 12:25:51 +0100
Hello
I am a complete newbie to lua (have some experience with python). The
question is - when I run require("name"), all names from name.lua are
included to the global namespace. Is there any way to put them instead
to a table "name"? What is the standard way of not polluting the
global namespace?
And what is the use of the function "module"?
Thanks a lot for your patience with my confused quetions
Palo