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

2007-03-12 Thread larry
Author: larry Date: Mon Mar 12 13:30:46 2007 New Revision: 14339 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: Various clarifications suggested by TheDamian++ Explicit pipe target is now @(*) or

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() == *; Can you