> From: Damian Conway [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 11, 2001 4:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: suggested properties of operator results
> I think we will see n-ary comparisons allowed in Perl 6:
> 
>       if ($x < $y <$z < $foo) {...
> 
> but as special case syntactic sugar for the expANDed version:
> 
>       if ($x < $y && $y < $z && $z < $foo) {...
> 
> Oh, and with only single evaluation of each operand.
> 

Does it do short-circuit evaluation, too?


Dave.

Reply via email to