lua-users home
lua-l archive

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


In the 5.1 manual's description of package.loaded, it says require will return the value of package.loaded [modulename] if the value "is not false".  I believe this should read "is not false or nil".