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

Re: Patch for S03

Thread Previous
From:
Agent Zhang
Date:
July 23, 2006 23:20
Subject:
Re: Patch for S03
Message ID:
c711ff240607232319v48a4d6c2yfa4ef1cd92ca1b44@mail.gmail.com
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 <audreyt@audreyt.org> 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
>
>

Thread Previous


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