NAME ^

classes/luafunction.pmc - Lua Function

DESCRIPTION ^

LuaFunction extends Parrot Sub and LuaAny to provide a class with the behaviour of the Lua Function type. LuaFunction is used by standard libraries written in PIR.

Overloaded Methods ^

STRING *name()

Return the string "function".

STRING *get_string()

INTVAL is_equal (PMC *value)

Specific Methods ^

PMC *rawequal (PMC *value)

AUTHORS ^

Francois Perrad


parrot