Contact: aviboots(AT)netvision.net.il
42,690 questions
55,449 answers
573 users
n = 9837 a, b = n.div(10), n % 10 puts a, b # # run: # # 983 # 7 #