Hi, is not possible to terminate the body of a "when" stament?

I mean:

  case num
  when 1:
    puts "Is 1 !!!!"
    break
    puts "Don't write it"
  end

  puts "Write it"

but unfortunatelly the "break" gives an error.

Thanks for any suggestion.

-- 
IƱaki Baz Castillo
<ibc / aliax.net>