lua-users home
lua-l archive

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


>>>>> "Kenneth" == Kenneth Lorber <keni@his.com> writes:

 Kenneth> require() seems to silently accept extra arguments. Is this a
 Kenneth> bug?

Pretty much every function accepts and silently ignores extra arguments,
unless the function itself bothers to check for them and throw an
explicit error.

-- 
Andrew.