[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: equal tag method [was Re: unicode and locale again]
- From: Edgar Toernig <froese@...>
- Date: Wed, 26 Jun 2002 19:23:22 +0200
Roberto Ierusalimschy wrote:
>
> > Huh, a new operator?
>
> No; the old `==' (and `~='). There is a `rawequal' function if you need
> a plain comparison.
Uhh... sure you want that? Table-keys become weird (a==b but x[a]~=x[b]).
Identity and equality are two different things and you no longer know
what '==' does... (I_M_HO even the partial ordering stuff is overkill
for Lua)
Ciao, ET.