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

2006-07-18 Thread Smylers
[EMAIL PROTECTED] writes: > New Revision: 10299 > > Modified: doc/trunk/design/syn/S03.pod > == > > +If the next item after the list operator is either an infix operator > +or a term, a syntax error. If the sentence has

Re: Hyperoperators and the Each role

2006-07-18 Thread Larry Wall
On Mon, Jul 17, 2006 at 06:06:52PM -0400, Christopher Jeris wrote: : I have a couple of questions about what S03 says about hyperoperators : applying recursively to any object which matches the 'Each' role: : : [from S03] : Seq(3,8,[2,Seq(9,3)],8) >>-<< (1,1,2,1); # Seq(2,7,[0,Seq(7,1)],7) : : 1.

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

2006-07-18 Thread larry
Author: larry Date: Tue Jul 18 20:26:43 2006 New Revision: 10299 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod Log: Tightening up deceptive syntaxes a bit. Modified: doc/trunk/design/syn/S02.pod