r30282 - docs/Perl6/Spec

2010-04-02 Thread pugs-commits
Author: masak Date: 2010-04-03 02:25:54 +0200 (Sat, 03 Apr 2010) New Revision: 30282 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] removed unnecessary C<> Modified: docs/Perl6/Spec/S12-objects.pod === --- docs/Perl6/Spec/S1

Re: r30205 - docs/Perl6/Spec

2010-04-02 Thread Leon Timmermans
On Fri, Apr 2, 2010 at 5:59 PM, Aristotle Pagaltzis wrote: > He is saying he can’t see how these differ from each other: > >      .doit(1,2,3): { $^a <=> $^b }       # okay > +    .doit(1,2,3): { $^a <=> $^b }       # okay > > Or how these two differ from each other: > > +    .doit(1,2,3):{ $^a <=

Re: r30205 - docs/Perl6/Spec

2010-04-02 Thread Aristotle Pagaltzis
* Leon Timmermans [2010-03-27 09:40]: > On Sat, Mar 27, 2010 at 2:01 AM, Geoffrey Broadwell > wrote: > >On Fri, 2010-03-26 at 08:38 +0100, pugs-comm...@feather.perl6.nl wrote: > >>     .doit: { $^a <=> $^b }              # okay > >>     .doit(): { $^a <=> $^b }            # okay > >>     .doit(1