Contact: aviboots(AT)netvision.net.il
41,257 questions
53,766 answers
573 users
arr = [5, 8, 0, 12, 3] puts arr # run: # # 5 # 8 # 0 # 12 # 3