# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #113800] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113800 >
<Gesh> r: say (1, 2, 3 Z, 4, 5, 6 Z, 7, 8 ,9).perl <p6eval> rakudo dba6e9: OUTPUT<<(((1, 4), 7), ((2, 5), 8), ((3, 6), 9)).listNL>> <moritz> that looks wrong * masak submits rakudobug <masak> moritz++ <masak> er, and Gesh++ <masak> Gesh: hi, are you new here? <Gesh> masak: yep) <sisar> Gesh: welcome ! <Gesh> Thanks. I didn't really had an idea what i executed -.- <masak> Gesh: you just found a bug, and it got reported. congratulations. <masak> you are now part of a small but warm-hearted community of Perl 6 contributors. <moritz> ((1, 4, 7), (2, 5, 8), (3, 6, 9)).list would be correct