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