Hi, Audrey~

You seemed to have missed two corrections in my patch to S03 which is
now given below. (I know you're preparing for OSCON 2006 and I really
don't want to bother you much. :=))

Regards,
Agent

Index: D:/projects/Perl6-Syn/S03.pod

===================================================================

--- D:/projects/Perl6-Syn/S03.pod       (revision 10396)

+++ D:/projects/Perl6-Syn/S03.pod       (working copy)

@@ -808,7 +808,7 @@

    my @a = (5,6);
    [*] @a;           # 5 * 6 = 30

-As with the all metaoperators, space is not allowed inside.  The whole
+As with all the other metaoperators, space is not allowed inside.  The whole
thing parses as a single token.

A reduction operator has the same precedence as a list operator.  In fact,
@@ -1071,7 +1071,7 @@


=head1 Binding

-A new form of assignment is present in Perl 6, called "binding," used in
+A new form of assignment is present in Perl 6, called "binding", used in
place of typeglob assignment.  It is performed with the C<:=> operator.
Instead of replacing the value in a container like normal assignment, it
replaces the container itself.  For instance:


On 7/24/06, Audrey Tang <[EMAIL PROTECTED]> wrote:

在 2006/7/23 上午 7:33 時,Agent Zhang 寫到:

> Hello, everyone~
> Here's my patch for S03.

Thanks, applied (and the previous one on S02 too)!

Audrey


Reply via email to