lua-users home
lua-l archive

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


> It receives the name of the package being required. For an implicit
> call, it will be "foo.bar" instead of "foo".

That would bring problems. For instance, if "foo" uses


  module(...)

that implicit call would open "foo" inside "foo.bar".

-- Roberto