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


<masak> std: say
<p6eval> std 29734: OUTPUT«Potential difficulties:␤  Unsupported use
of bare 'say'; [...] ok 00:01 107m␤»
<masak> rakudo: say
<p6eval> rakudo 70667a: OUTPUT«␤»
* masak submits rakudobug
<masak> std: print
<p6eval> std 29734: OUTPUT«Potential difficulties:␤  Unsupported use
of bare 'print'; [...] ok 00:01 105m␤»
<masak> rakudo: print
<p6eval> rakudo 70667a:  ( no output )

STD generates a warning for these cases, but Rakudo doesn't.

Reply via email to