ts schrieb:
>    j = 6
>    catch(:out) do
>       for i in 1..10
>          throw :out if i == j
>       end
>       puts "after"
>    end


Heaven ... this will recall the Misuse-of-exception Thread
I read some time ago somewhere in a Java forum.

*argh*

Det