Contact: aviboots(AT)netvision.net.il
36,611 questions
47,864 answers
573 users
function f() n = n/0 end if pcall(f) then print("OK") else print("Error") end --[[ run: Error --]]