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


<masak> r: loop { last; LEAVE say "bye!" }; say "outside"
<p6eval> rakudo 16db64: OUTPUT«outside␤»
<masak> do we have this one on file?
<masak> closest I find is https://rt.perl.org/rt3/Ticket/Display.html?id=113548
* masak submits rakudobug
<masak> r: for ^10 { next; LEAVE say "yay!" }; say "outside"
<p6eval> rakudo 16db64: OUTPUT«outside␤»
<masak> that, too.
<masak> n: loop { last; LEAVE say "bye!" }; say "outside"
<p6eval> niecza v19-7-g5e25209: OUTPUT«bye!␤outside␤»
<masak> n: for ^10 { next; LEAVE say "yay!" }; say "outside"
<p6eval> niecza v19-7-g5e25209:
OUTPUT«yay!␤yay!␤yay!␤yay!␤yay!␤yay!␤yay!␤yay!␤yay!␤yay!␤outside␤»

Niecza has the behavior I'd expect from Rakudo.

Reply via email to