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


<JimmyZ> rakudo:sub postfix:< >($a) { [*] 1..$a; }; say   (* )(5); #is
this expected?
<p6eval> rakudo 8533c3: OUTPUT«120␤»
<moritz> no, I think whitespace in operators is disallowed
<JimmyZ> rakudo:sub postfix:< >($a) { [*] 1..$a; }; say   (* )(5);  # SBC case
<p6eval> rakudo 8533c3: OUTPUT«120␤»
<masak> JimmyZ++ # whitespace op bug
* masak submits rakudobug
<masak> rakudo: say (* )(5)
<p6eval> rakudo 8533c3: OUTPUT«invoke() not implemented in class
'Whatever'␤  in main program body at line 22:/tmp/B33jnbC8fQ␤»

Reply via email to