Author: lwall
Date: 2010-06-05 21:02:35 +0200 (Sat, 05 Jun 2010)
New Revision: 31128

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05] posit that cursor lists may be returned to a regex with <.gather { take 
... }>


Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2010-06-05 18:54:13 UTC (rev 31127)
+++ docs/Perl6/Spec/S05-regex.pod       2010-06-05 19:02:35 UTC (rev 31128)
@@ -1340,7 +1340,7 @@
 
 is sugar for something like:
 
-     foo($¢,1,2,3)
+     <.gather { take foo($¢,1,2,3) }>
 
 where C<$¢> represents the current incoming match state, and the
 routine must return C<Nil> for failure, or a lazy list of one or or

Reply via email to