parrotcode: Lua Thread | |
Contents | Language Implementations | Lua |
classes/luathread.pmc - Lua Thread
LuaThread
extends Parrot Coroutine
to provide a class with the behaviour of the Lua Thread
type.
STRING *name()
STRING *get_string()
INTVAL get_bool()
nil
and false
make a condition false; any other values makes it true.PMC logical_not(PMC *dest)
Francois Perrad
|