parrotcode: Lua Function | |
Contents | Language Implementations | Lua |
classes/luafunction.pmc - Lua Function
LuaFunction
extends Parrot Sub
and LuaBase
to provide a class with the behaviour of the Lua Function
type.
LuaFunction
is used by standard libraries written in PIR.
STRING *name()
STRING *get_string()
INTVAL is_equal (PMC *value)
Francois Perrad
|