Contact: aviboots(AT)netvision.net.il
41,301 questions
53,811 answers
573 users
a = 11 if a % 2 == 0 puts "even" else puts "odd" end # run: # # odd #