# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #69548]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69548 >


I'm pretty sure I've seen this bug report before, but I can't find it,
so reporting it just in case.

<masak> rakudo: my $x = 1; my @a; while $x < 5 { @a.push($x); $x++ };
say @a.perl
<p6eval> rakudo e976f2: OUTPUT«[5, 5, 5, 5]␤»

Expected: [1, 2, 3, 4].

Reply via email to