On Tue, Apr 12, 2005 at 12:08:43AM -0700, Brent 'Dax' Royal-Gordon wrote: : I was thinking about this today, actually, because my CS textbook was : talking about multidimensional arrays. If we make an infinite index : mean "slice until you can slice no more", then we can possibly have a : C<term:<*>> which is the same as C<0...>. That means we can slice : like this: : : @foo[1,3; *; 7] : : Which I rather like.
Me too. Unless my memory is failing me, I believe that's what S09 already specifies. Larry