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