On 7/16/05, Luke Palmer <[EMAIL PROTECTED]> wrote:
> I'm going to have some coffee mugs thrown at me for saying this, but perhaps:
>
> Generic String Numeric Identity
> +-----------+---------------+----------------+---------------+
> Equality | == | =~= | =+= | =:= |
> +-----------+---------------+----------------+---------------+
> Comparison | > < >= <= | ~> ~< ~>= ~<= | +> <+ +<= +>= | $a.id < $b.id |
> +-----------+---------------+----------------+---------------+
Oh darn, I forgot !=. The best I can come up with is:
!== !=~= !=+= !=:=
Luke