Re: List.end - last item and last index mixing

2008-12-14 Thread Moritz Lenz
Moritz Lenz wrote: > From S29: > > : =item end > : > : our Any method end (@array: ) is export > : > : Returns the final subscript of the first dimension; for a one-dimensional > : array this simply the index of the final element. For fixed dimensions > : this is the declared maximum subscript.

Re: r24325 - docs/Perl6/Spec

2008-12-14 Thread Moritz Lenz
Uri Guttman wrote: >> "p" == pugs-commits writes: > > p> This document attempts to document the list of builtin functions in > Perl 6. > p> It assumes familiarity with Perl 5 and prior synopses. > p> @@ -870,6 +870,10 @@ > p> comparisons. C<@by> differs from C<$by> in that each c

r24368 - docs/Perl6/Spec

2008-12-14 Thread pugs-commits
Author: moritz Date: 2008-12-14 21:18:22 +0100 (Sun, 14 Dec 2008) New Revision: 24368 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] small clarification of @list.end Modified: docs/Perl6/Spec/S29-functions.pod === --- doc