fr david: # Here's another interesting usage (with target, but sort of in the # non-targeted spirit): # # a = 1 # # case false # when a == 1 # puts "a is not 1" # when a == 2 # puts "a is not 2" # end # # I imagine that would get some readability complaints... :-) But I # kind of like it because once you get "false" in your head it's easier # to follow, possibly, than a lot of unless/! stuff. lol. you are weird :) Not only do i get cross-eyed, i get my left-brain twisted w right. Though shall not combine targets with conditions :) kind regards -botp