# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #64568]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64568 >
<Tene> rakudo: map { say "$^a - $^b"}, 1..10 Z 1..10
<p6eval> rakudo 6b9755: OUTPUT«No applicable candidates found to
dispatch to for 'map'
<masak> is that one in RT?
<Tene> dunno
* masak submits, just in case
<masak> rakudo: map { say "$^a - $^b" }, (1..10 Z 1..10)
<masak> appears to be a parens thing.
<p6eval> rakudo 6b9755: OUTPUT«1 - 12 - 23 - 34 - 45 - 56 - 67 -
78 - 89 - 910 - 10»