Changes

Jump to navigation Jump to search

Overview of the API

73 bytes added, 22:28, 8 November 2014
m
no edit summary
Line 28: Line 28:     
=== Coroutines Library ===
 
=== Coroutines Library ===
The coroutines are usefull tools to control the running of differents parts of a code.
+
The coroutines are useful tools to control the running of differents parts of a code ("threads").
 +
 
 
create, wrap, resume, yield, status, running
 
create, wrap, resume, yield, status, running
 +
 +
More information can be fouded in the [[coroutines]] page.
 +
 
=== 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