lua-users home
lua-l archive

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


>  package.path  is either the Lua global LUA_PATH or the LUA_PATH envVar
>  or the default value.

The global LUA_PATH is consulted only for compatibility. New code
should not use that. It should set package.path directly.

-- Roberto