→Example
No edit summary |
|||
| Line 26: | Line 26: | ||
end | end | ||
local retVal = pcall(myTest | local retVal = pcall(myTest); | ||
====Result==== | ====Result==== | ||
No edit summary |
|||
| Line 26: | Line 26: | ||
end | end | ||
local retVal = pcall(myTest | local retVal = pcall(myTest); | ||
====Result==== | ====Result==== | ||