|  | ||
| 
 | 
> 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