On Sat Jul 11 06:57:11 2009, richardh wrote:
> perl6
>  > my @x=1,2,3,4; my @z; for @x { @z[+*] = $_ }; @z.perl.say
> [4]
>  > my @x=1,2,3,4; my @z; for @x { @z...@z] = $_ }; @z.perl.say
> [1,2,3,4]

Now fixed in f48920, thanks!

  $ ./perl6
  > my @x = 1,2,3,4;  my @z;  for @x { @z[+*] = $_ }; @z.perl.say
  [1, 2, 3, 4]

We need verification of a spectest in order to close this ticket.

Pm

Reply via email to