Patch for S05

2006-08-01 Thread Agent Zhang
Hi, there~ This is my patch to S05. I've got many helps from gaal++, nothingmuch++, Aankhen``++, and many others on #perl6. :D It is mostly a story about typos as usual... :=) Cheers, Agent Index: D:/projects/Perl6-Syn/S05.pod =

Legacy Dereferencing Syntax Used in S05

2006-08-01 Thread Agent Zhang
Hi, all~~ S05 makes widely use of the syntax @{ $capture } and %{ $capture } while other synopses remarkably don't. According to S02, {...} should normall be a closure or a hash subscript and S02 uses the syntax @( $arrayref ) and %( $hashref ) consistently. Is S05 simply out of sync or is the l

Re: Legacy Dereferencing Syntax Used in S05

2006-08-01 Thread Larry Wall
On Tue, Aug 01, 2006 at 11:17:21PM +0800, Agent Zhang wrote: : Hi, all~~ : : S05 makes widely use of the syntax @{ $capture } and %{ $capture } : while other synopses remarkably don't. : : According to S02, {...} should normall be a closure or a hash : subscript and S02 uses the syntax @( $arrayr

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

2006-08-01 Thread larry
Author: larry Date: Tue Aug 1 11:57:10 2006 New Revision: 10536 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S05.pod Log: Fixes suggested by agentzh++. Modified: doc/trunk/design/syn/S03.pod == ---