A simple example for xpcall is shown below. Live Demo function myfunction () n = n/nil end function myerrorhandler( err ) print( "ERROR:", err ) end status = ...
確定! 回上一頁