Re: [svn:perl6-synopsis] r14597 - doc/trunk/design/syn

2008-10-17 Thread Eirik Berg Hanssen
Larry Wall <[EMAIL PROTECTED]> writes: > On Thu, Oct 16, 2008 at 10:37:41PM +0200, Eirik Berg Hanssen wrote: > : [EMAIL PROTECTED] writes: > : > : > -C<< infix: >>, sequential junctional and operator > : > +C<< infix: >>, sequential junctional and operator > : > > : > -EXPR where EXPR where

Re: [svn:perl6-synopsis] r14597 - doc/trunk/design/syn

2008-10-16 Thread Larry Wall
On Thu, Oct 16, 2008 at 10:37:41PM +0200, Eirik Berg Hanssen wrote: : [EMAIL PROTECTED] writes: : : > -C<< infix: >>, sequential junctional and operator : > +C<< infix: >>, sequential junctional and operator : > : > -EXPR where EXPR where EXPR ... : > +EXPR also EXPR also EXPR ... : >

Re: [svn:perl6-synopsis] r14597 - doc/trunk/design/syn

2008-10-16 Thread Eirik Berg Hanssen
[EMAIL PROTECTED] writes: > -C<< infix: >>, sequential junctional and operator > +C<< infix: >>, sequential junctional and operator > > -EXPR where EXPR where EXPR ... > +EXPR also EXPR also EXPR ... > > Can be used to construct ANDed patterns with the same semantics as > C<< infix:<

Re: [svn:perl6-synopsis] r14597 - doc/trunk/design/syn

2008-10-16 Thread Larry Wall
On Thu, Oct 16, 2008 at 09:34:33AM -0700, [EMAIL PROTECTED] wrote: : rename infix: to infix: The rationale for changing this, by the way, is that (in English) A where B where C tends to imply right-to-left evaluation of preconditions, whereas: A also B also C tends to imply left-to-rig

[svn:perl6-synopsis] r14597 - doc/trunk/design/syn

2008-10-16 Thread larry
Author: larry Date: Thu Oct 16 09:34:30 2008 New Revision: 14597 Modified: doc/trunk/design/syn/S03.pod Log: rename infix: to infix: Modified: doc/trunk/design/syn/S03.pod == --- doc/trunk/design/syn/S03.pod(