Contact: aviboots(AT)netvision.net.il
41,230 questions
53,732 answers
573 users
n = 9837 a, b = n.div(10), n % 10 puts a, b # # run: # # 983 # 7 #