Contact: aviboots(AT)netvision.net.il
39,971 questions
51,913 answers
573 users
show = function(n) print("n =",n) end show(34) --[[ run: n = 34 --]]