Contact: aviboots(AT)netvision.net.il
39,653 questions
51,530 answers
573 users
def square(x) = x * x n = 10 print square(n); # run: # # 100 #