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


<moritz_> masak: if /.../ { ... } # should that test the truthness of
the regex object?
<masak> rakudo: $_ = "foo"; if /bar/ { say "OH HAI" }
<p6eval> rakudo 78cb4c: OUTPUT«OH HAI␤»
<PerlJam> that be a bug
<masak> PerlJam: how so?
<PerlJam> http://perlcabal.org/syn/S05.html#Return_values_from_matches
<masak> PerlJam: indeed.
* masak submits rakudobug

Reply via email to