pcall to trap errors in a lua function call ]] function summer(a,b,c) d = a + b + c return d end -- Protected calls f,vrf = pcall(summer,"ten","twenty" ...
確定! 回上一頁