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


<pmurias> I have found a rakudo bug
<pmurias> my $foo = [0,1,2,3,4];say $foo.elems;$foo[4] = Mu;$foo[3] =
Mu;say $foo.elems;$foo.delete(4);say $foo.elems;
<masak> r: my $foo = [0,1,2,3,4];say $foo.elems;$foo[4] = Mu;$foo[3] =
Mu;say $foo.elems;$foo.delete(4);say $foo.elems
<+p6eval> rakudo 4fb07b: OUTPUT«5␤5␤3␤»
* masak submits rakuodbug
<masak> pmurias++

Reply via email to