Re: function aa(a,a) return a end -> bug ?
[
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: 2018年11月28日 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