Contact: aviboots(AT)netvision.net.il
41,213 questions
53,714 answers
573 users
show = function(n) print("n =",n) end show(34) --[[ run: n = 34 --]]