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
=
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
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
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
==
---