lua-users home
lua-l archive

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


> Also, what do you expect to happen if you require the same module with
> different arguments? Is the module really loaded twice or what?
>
> require("mymodule",1)
> require("mymodule",10,20)

Hmm... I'll give you that one. Alright, thanks for the suggestions!

~Jonathan