From: IƱaki Baz Castillo [mailto:ibc / aliax.net] 
# Hi, is not possible to terminate the body of a "when" stament?
#   case num
#   when 1:
#     puts "Is 1 !!!!"
#     break
#     puts "Don't write it"
#   end
#   puts "Write it"

afaik, no. but why would you want to do that? are you porting c codes?

kind regards -botp