# 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 - 1␤2 - 2␤3 - 3␤4 - 4␤5 - 5␤6 - 6␤7 -
7␤8 - 8␤9 - 9␤10 - 10␤»

Reply via email to