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

2007-03-13 Thread Smylers
Larry Wall writes: > On Mon, Mar 12, 2007 at 10:20:12PM +, Smylers wrote: > > : [EMAIL PROTECTED] writes: > : > : > Separated clobbering <== ==> from pushy <<== and ==>> > : > > : > +Feeding into the C<*> "whatever" term sets the source for the next sink. > : > +To append multiple sources t

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

2007-03-12 Thread Larry Wall
On Mon, Mar 12, 2007 at 10:20:12PM +, Smylers wrote: : [EMAIL PROTECTED] writes: : : > Separated clobbering <== ==> from pushy <<== and ==>> : > : > +Feeding into the C<*> "whatever" term sets the source for the next sink. : > +To append multiple sources to the next sink, double the angle: :

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

2007-03-12 Thread Smylers
[EMAIL PROTECTED] writes: > Separated clobbering <== ==> from pushy <<== and ==>> > > +Feeding into the C<*> "whatever" term sets the source for the next sink. > +To append multiple sources to the next sink, double the angle: > + > +0..* ==> *; > +'a'..* ==>> *; > +pidigits