lua-users home
lua-l archive

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


> There is one such case in the standard library: 'require'. A module that
> loads successfully but returns nil, produces the return value "true".

Also pcall and xpcall.