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


<masak> rakudo: sub foo() { try { return 42 }; return 5 }; say foo
<p6eval> rakudo 5e5969: OUTPUT«5␤»
<masak> o.O
<masak> ok, so I know about the returns-are-exceptions idea, but surely... :/
* masak submits rakudobug

My reading of S04 is that try blocks don't catch return exceptions by default.

Reply via email to