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


<masak> rakudo: say ((0 => 1) => 2 => 3 => 4).perl
<p6eval> rakudo 015d77: OUTPUT«0 => 1 => 2 => 3 => 4␤»
<masak> <TimToady> this is incorrect
<masak> hm, wonder if we have such a bug in RT somewhere...
* masak looks
<masak> seems not.
* masak submits rakudobug
<masak> rakudo: say ((0 => 1) => 2 => 3 => 4).value.perl
<p6eval> rakudo 015d77: OUTPUT«2 => 3 => 4␤»
<masak> the structure generated is right, it's just the output from
.perl that doesn't convey it.
<masak> according to S03, C«=>» associates to the right, and Rakudo
seems to get that bit right.

Reply via email to