Difference between revisions of "Xpcall"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <translate>[[pcall]] function f with new error handler err. | + | <translate>[[Special:MyLanguage/pcall|pcall]] function f with new error handler err. |
The operations related to coroutines comprise a sub-library of the basic library and come inside the table coroutine.</translate> | The operations related to coroutines comprise a sub-library of the basic library and come inside the table coroutine.</translate> | ||
<source lang="lua"> | <source lang="lua"> |
Revision as of 16:35, 23 August 2018
Available since: Gideros 2011.6
Description
pcall function f with new error handler err. The operations related to coroutines comprise a sub-library of the basic library and come inside the table coroutine.
xpcall(f,err)
Parameters
f: (function) pcall function
err: (string) error message