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


<diakopter> rakudo: say (abs(412).WHAT) # here's one for you, masak
<p6eval> rakudo 7347ec: Use of type object as value␤0␤
<masak> diakopter: nice catch!
* masak submits rakudobug
<diakopter> rakudo: say (abs (412).WHAT) # this is what it's parsing as
<p6eval> rakudo 7347ec: Use of type object as value␤0␤
<jnthn> youch
<moritz_> that's because it parses as a prefix, not sub call
<masak> o.O
<diakopter> rakudo: say (abs((412).WHAT))
<p6eval> rakudo 7347ec: Use of type object as value␤0␤
<jnthn> ng: say (abs((412).WHAT))
<p6eval> ng 1b20b6: 0␤
<jnthn> heh
<diakopter> well, that's right

Reply via email to