Re: How to "go to" in a RUBY script . .

Also, in Hal F.'s very nice book “The Ruby Way” , you’ll find an
implementation
of a Fibonacci number generator using “continuations”, which can
serve to implement non-local jumps in Ruby.

Best regards,

Axel