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