Now fixed in r34388:

  $ ./parrot perl6.pbc -e '.say for <a 1 b 2>.map: -> $a, $b { $a ~ $b }'
  a1
  b2
  $


Thanks!

Pm

Reply via email to