Changes

Jump to navigation Jump to search

Overview of the API

159 bytes added, 21:38, 8 November 2014
Line 27: Line 27:  
*'''[[xpcall]]'''(func, err) - Returns a boolean indicating successful execution of func and calls err on failure, additionally returning func's or err's results.
 
*'''[[xpcall]]'''(func, err) - Returns a boolean indicating successful execution of func and calls err on failure, additionally returning func's or err's results.
    +
=== Coroutines Library ===
 +
The coroutines are usefull tools to control the running of differents parts of a code.
 +
create, wrap, resume, yield, status, running
 
=== String Library ===
 
=== String Library ===
 
byte, char, dump, find, format, gmatch, gsub, len, lower, match, rep, reverse, sub, upper
 
byte, char, dump, find, format, gmatch, gsub, len, lower, match, rep, reverse, sub, upper

Navigation menu