Contact: aviboots(AT)netvision.net.il
42,690 questions
55,442 answers
573 users
n = 7 x = case n when 5 then 10 when 7 then 20 when 8 then 30 else 0 end print x, "\n" # run: # # 20