parrotcode: Lua Function | |
Contents | Language Implementations | Lua |
classes/luafunction.pmc - Lua Function
LuaFunction
extends Parrot Sub
to provide a class with the behaviour of the Lua Function
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
|