On Tue, Apr 01, 2003 at 03:22:33AM -0700, Luke Palmer wrote:
[snip]
> Ooh!  And I came up with a good identity operator!  :== (or =:= if you
> like symmetry).  There's a beautiful parallel with := .
> 
[snip]
>     $a :== $b;  # is always true
>    ($a =:= $b;  # looks a little better)

I like =:= as identity operator if we want one. If not, as long as .id
returns something that compares properly with both == and eq, I'm
happy.

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to