lua-users home
lua-l archive

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


Gustavo Niemeyer:
> It'd be very nice if something as simple as the
> 'not equal' operator was the same they know in every other language
> they have heard of.

I agree. Let's use "<>" (just like Basic).

The "!=" comes from a language that use "!" to mean 'not'. Lua DOESN'T use
that so "!" (and similarly "~") are essentially meaningless add ons.

The old Basic notation of "<>" is clear, and and uses no additional symbols.

*cheers*
Peter Hill.

Just stirring the pot :-).