> 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.
- suggested properties of operator results Chris Hostetter
- Re: suggested properties of operator results Dave Storrs
- Re: suggested properties of operator results Chris Hostetter
- Re: suggested properties of operator results Graham Barr
- Re: suggested properties of operator results Simon Cozens
- Re: suggested properties of operator results Graham Barr
- Re: suggested properties of operator results Daniel S. Wilkerson
- Re: suggested properties of operator results Damian Conway
- RE: suggested properties of operator results David Whipp
- RE: suggested properties of operator results Damian Conway
- RE: suggested properties of operator results Dan Sugalski
- Re: suggested properties of operator results James Mastros