lua-users home
lua-l archive

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


> 1)
> Function "require" with empty module name
>    require("")
> actually loads the module "init.lua" from your Lua modules forder.

What is the path (package.path)?

-- Roberto