Re: r29937 - docs/Perl6/Spec

2010-03-05 Thread Darren Duncan
Nicholas Clark wrote: On Fri, Mar 05, 2010 at 01:03:51AM +0100, pugs-comm...@feather.perl6.nl wrote: +then each element is written three times and the array ends up with +C<['i','j','k','l']>. The mapping function is allowed to return +fractional values; the index will be the C of that value.

Re: r29937 - docs/Perl6/Spec

2010-03-05 Thread Nicholas Clark
On Fri, Mar 05, 2010 at 01:03:51AM +0100, pugs-comm...@feather.perl6.nl wrote: > +then each element is written three times and the array ends up with > +C<['i','j','k','l']>. The mapping function is allowed to return > +fractional values; the index will be the C of that value. > +(It is still ill

r29937 - docs/Perl6/Spec

2010-03-04 Thread pugs-commits
Author: lwall Date: 2010-03-05 01:03:51 +0100 (Fri, 05 Mar 2010) New Revision: 29937 Modified: docs/Perl6/Spec/S09-data.pod Log: [S09] kill masak++'s @array[%100_000] in favor of a mapping closure (The fact that % vars can't use _ is a different bug.) Modified: docs/Perl6/Spec/S09-data.pod ==