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


<masak> std: sub foo {}; foo(:a :b :c)
<p6eval> std 30407: OUTPUT«ok 00:01 109m␤»
<masak> rakudo: sub foo(:$a, :$b, :$c) {}; foo(:a :b :c)
<p6eval> rakudo 538606: OUTPUT«Unable to parse postcircumfix:sym<( )>,
couldn't find final ')' [...]
* masak submits rakudobug
<moritz_> std: :a :b
<p6eval> std 30407: OUTPUT«ok 00:01 107m␤»
<moritz_> is that the same as :a, :b?
<masak> aye.
<masak> S02: "Two or more adverbs can always be strung together
without intervening punctuation anywhere a single adverb is
acceptable."
<moritz_> list of arbitrary things to remember, anybody?
<jnthn> grr
<jnthn> I don't like that.
* jnthn hopes the spec will change to match Rakudo there

Reply via email to