[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: function aa(a,a) return a end -> bug ?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 28 Nov 2018 13:49:26 -0200
> To be really picky, the type checker of function definitions should also
> check that all variables in the parameter list are distinct. [...]
Lua is not that picky :-)
-- Roberto