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.