Author: moritz
Date: 2009-08-21 12:49:04 +0200 (Fri, 21 Aug 2009)
New Revision: 28043
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] small clarifications on Whatever comprehensions
Modified: docs/Perl6/Spec/S02-bits.pod
===
---
Author: wayland
Date: 2009-08-21 14:11:17 +0200 (Fri, 21 Aug 2009)
New Revision: 28045
Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S09-data.pod
docs/Perl6/Spec/S11-modules.pod
Log:
[S02,S03,S09,S11] Changed any example that had the animal "C
Author: moritz
Date: 2009-08-21 14:18:14 +0200 (Fri, 21 Aug 2009)
New Revision: 28046
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] store Squirrels in %squirrels, not in %cats
Modified: docs/Perl6/Spec/S03-operators.pod
=
On Wed, Aug 19, 2009 at 04:54:10AM -0700, Moritz Lenz via RT wrote:
> On Wed Apr 08 14:59:19 2009, moritz wrote:
> > 23:55 <@moritz_> rakudo: my @a = 1..4; say @a[1..*].perl
> > 23:56 < p6eval> rakudo 6b9755: OUTPUT«[2, 3, 4, undef]»
> >
> > It should just be [2, 3, 4].
>
> Since the discussion