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


<masak> perl6: my @a = 1,2,3; @a[2] := []; say @a.perl
<p6eval> elf 25787: OUTPUT«[1,2,3]␤»
<p6eval> ..rakudo 95ce39: OUTPUT«rtype not set [...]
<p6eval> ..pugs: OUTPUT«\(1, 2, ())␤»
* masak submits rakudobug

Modulo the exact syntax, I'd expect the answer from Rakudo to be more
like the one from Pugs.

Reply via email to