On Wed, Feb 17, 2010 at 7:32 PM, Carl Mäsak <perl6-bugs-follo...@perl.org> wrote: > my @a = (4...^5); say @a.perl # should be 4 3 2 1 0 1 2 3 4, according to > TimToady
That's 4 ... ^5, right? If so, I don't see how you get that. I'd expect (4,0,1,2,3,4), without the countdown between 4 and 0. -- Mark J. Reed <markjr...@gmail.com>