# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73184] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73184 >
<masak> rakudo: my @a=0..*; @a[Inf]=3; say @a[Inf]; # found by lue <masak> I mean lue++ <p6eval> rakudo 588a34: OUTPUT«Cannot use negative index on arrays [...] <masak> rakudo: my @a; say @a[Inf]; <p6eval> rakudo 588a34: OUTPUT«Cannot use negative index on arrays [...] * masak submits rakudobug