# New Ticket Created by Richard Hainsworth
# Please include the string: [perl #74822]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=74822 >
see IRC #perl6 1 May
finanalyst: rakudo: my %h=<a b c> Z 1,2,3; for %h { .say }
p6eval: rakudo c4857a: OUTPUT«a 1b 2c 3»
<snip>
finanalyst: masak: i think there should only be one CR not two in the
rakudo output
masak: yes, now I see it.
masak: rakudo: my %h=<a b c> Z 1,2,3; say +%h
p6eval: rakudo c4857a: OUTPUT«3»
masak: odd.
finanalyst: shall i report a bug?
masak: please do.