lua-users home
lua-l archive

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


For what it's worth, I'd also like to see automatic number coercion
removed. Reducing "magic" and preventing obscure bugs is a good thing.

On 7 July 2012 15:32, Andrew Starks <andrew.starks@trms.com> wrote:
> I still think that only false should be false. Perhaps having a ?
> operator: myvar?
>
> Or an "exists" keyword
>
> Might as well do it all at once! :)
>
> -Andrew

Apologies for being blunt but those are all terrible proposals.