Contact: aviboots(AT)netvision.net.il
41,255 questions
53,764 answers
573 users
for x in 1..5 puts "x=#{x}" x += 1 end # run: # # x=1 # x=2 # x=3 # x=4 # x=5 #