develooper Front page | perl.perl6.language | Postings from August 2006

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

From:
larry
Date:
August 9, 2006 22:32
Subject:
[svn:perl6-synopsis] r10763 - doc/trunk/design/syn
Message ID:
20060810053206.26515CB9BB@x12.develooper.com
Author: larry
Date: Wed Aug  9 22:32:05 2006
New Revision: 10763

Modified:
   doc/trunk/design/syn/S06.pod

Log:
Fossil found by luqui++.


Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod	(original)
+++ doc/trunk/design/syn/S06.pod	Wed Aug  9 22:32:05 2006
@@ -15,7 +15,7 @@
   Date: 21 Mar 2003
   Last Modified: 9 Aug 2006
   Number: 6
-  Version: 44
+  Version: 45
 
 
 This document summarizes Apocalypse 6, which covers subroutines and the
@@ -710,9 +710,9 @@
     sub foo (\$args --> Num) { ... }
 
 Apart from that, no other parameters are allowed in the signature
-after the List.  Parameters before the List either do not show up in
-the List or are marked as already bound somehow.  In other words,
-parameters are bound normally up to the List parameter, and then
+after the C<Capture>.  Parameters before the C<Capture> either do not show up in
+the C<Capture> or are marked as already bound somehow.  In other words,
+parameters are bound normally up to the C<Capture> parameter, and then
 C<\$args> takes a snapshot of the remaining input without further
 attempts at binding.
 



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About