Contact: aviboots(AT)netvision.net.il
41,215 questions
53,717 answers
573 users
3.upto(7) do |i| print i print "\n" end # run: # # 3 # 4 # 5 # 6 # 7