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