[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: require() parse error in 5.3.4/5.4.0-work2?
- From: Andrew Gierth <andrew@...>
- Date: Sat, 23 Jun 2018 13:57:07 +0100
>>>>> "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.