--- Michael Lazzaro <[EMAIL PROTECTED]> wrote:
> Note if we are truly strict about C<==> always meaning "compare 
> numerically", I imagine that the line:
> 
>     [EMAIL PROTECTED] == [EMAIL PROTECTED];
> 
> would in fact be identical to _this_ line:
> 
>     @a.length == @b.length;    # or whatever it's called

Whoa!! I read

     [EMAIL PROTECTED] == [EMAIL PROTECTED];

as "does the [EMAIL PROTECTED] compare numerically as equal to the
[EMAIL PROTECTED]", which is definitely NOT the same as 

    @a.length == @b.length;    # or whatever it's called

which I read as "does @a have the same number of elements as @b?"

Am I *that* far out of touch on P6 language? I thought that more of the
language was going to be similar than different!


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com

Reply via email to