Contact: aviboots(AT)netvision.net.il
42,187 questions
54,895 answers
573 users
show = function(n) print("n =",n) end show(34) --[[ run: n = 34 --]]