lua-users home
lua-l archive

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


On Wed, Oct 19, 2011 at 3:37 PM, Matthew Wild <mwild1@gmail.com> wrote:
> Agreed. Also if someone doesn't want to change the environment, but
> just use the other features of module() they can simply
>
>   local mymodule = module("mymodule")
>
>   function mymodule.myfunction()
>   end

that's exactly how i'd use that new module()

-- 
Javier