Changes

Jump to navigation Jump to search

Overview of the API

232 bytes added, 22:28, 8 November 2014
m
no edit summary
Line 26: Line 26:  
*'''[[unpack]]'''(table[, start][, end]) - Returns the contents of its argument as separate values.  
 
*'''[[unpack]]'''(table[, start][, end]) - Returns the contents of its argument as separate values.  
 
*'''[[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 useful tools to control the running of differents parts of a code ("threads").
 +
 +
create, wrap, resume, yield, status, running
 +
 +
More information can be fouded in the [[coroutines]] page.
    
=== String Library ===
 
=== String Library ===

Navigation menu