From: Yukihiro Matsumoto Date: 2012-01-13T23:34:17+09:00 Subject: [ruby-core:42116] Re: [ruby-trunk - Feature #5893][Open] named return,next... Hi, In message "Re: [ruby-core:42115] Re: [ruby-trunk - Feature #5893][Open] named return,next..." on Fri, 13 Jan 2012 23:26:36 +0900, Ond�(D+Zej B�(D+?lka writes: |> Doesn't throw/catch to that already? |No unless you are happy with passing result by global variable. Have you ever tried? throw can pass the result to catch. matz.