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

2006-09-13 Thread Darren Duncan
At 11:07 AM -0700 9/12/06, [EMAIL PROTECTED] wrote: +=head1 Cross operators + +The final metaoperator is the CX metaoperator. It applies the +modified operator across all permutations of its list arguments. All +CX operators are of list infix precedence, and are list associative. AT LAST! I

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

2006-09-13 Thread Miroslav Silovic
[EMAIL PROTECTED] wrote: +=head1 Cross operators + +The final metaoperator is the CX metaoperator. It applies the +modified operator across all permutations of its list arguments. All +CX operators are of list infix precedence, and are list associative. + +The bare form of CX is considered an

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

2006-09-12 Thread larry
Author: larry Date: Tue Sep 12 11:07:01 2006 New Revision: 11969 Modified: doc/trunk/design/syn/S03.pod Log: New X operator and metaoperator. Modified: doc/trunk/design/syn/S03.pod == ---