# New Ticket Created by "Flavio Poletti" # Please include the string: [perl #68482] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68482 >
As of 0d4fe08d2e6f, rakudo has the following behaviour: > my %h = 1 => 3; my $x = %h.delete(1); say $x.WHAT; Array() I expected to read "Int()" (pugs, for example, does it). Cheers, Flavio.