Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
[HELP] : how can I write a goto in ruby
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Gavin Sinclair, post: 4423514"] Are you familiar with the "catch" method? It implements a common use for goto (escaping several loops at once - catch even works through method boundaries). If you want longjmp-like behavious, try continuations. The Pickaxe is the place to go for both of these topics. Cheers, Gavin [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
[HELP] : how can I write a goto in ruby
Top