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


<TimToady> rakudo: say (1,2,3)».&( * + 42 )
<p6eval> rakudo 82c9e9: OUTPUT«===SORRY!===␤Non-declarative sigil is
missing its name at line 22, near "&( * + 42 "␤»
<TimToady> aww
<TimToady> std: say (1,2,3)».&( * + 42 )
<p6eval> std 32101: OUTPUT«ok 00:01 122m␤»
<TimToady> rakudobug
<jnthn> TimToady: Ewww.
<jnthn> TimToady: How's it parsed?
<TimToady> same as $() or @()
<jnthn> rakudo: &( * + 42 )
<p6eval> rakudo 82c9e9:  ( no output )
<jnthn> Hmm, seems to parse it alone.
<jnthn> Yeah
<TimToady> rakudo: say (1,2,3)».$( * + 42 )
<p6eval> rakudo 82c9e9: OUTPUT«===SORRY!===␤Non-declarative sigil is
missing its name at line 22, near "$( * + 42 "␤»
<jnthn> Maybe we're missing something in variable

Reply via email to