On Wed Dec 09 10:44:55 2015, gfldex wrote:
> my @a; @a[0] = |(1,2,3); dd @a;
> # OUTPUT«Array $var = $[(1, 2, 3),]␤»
> 
> # should be the same as:
> my @a = |(1,2,3); dd @a;
> # OUTPUT«Array $var = $[1, 2, 3]␤»

16:33 < [Coke]> ^^ should those work out the same? RT #126861
16:38 < jnthn> No
16:39 < jnthn> Assigning to an array element is an assignment to that element.

Thanks for the feedback, but I'm rejecting the ticket.

-- 
Will "Coke" Coleda

Reply via email to