parrotcode: Lua Nil | |
Contents | Language Implementations | Lua |
classes/luanil.pmc - Lua Nil
LuaNil
extends Python None
to provide a class with the behaviour of the Lua Nil
value.
STRING *name()
STRING *get_string ()
STRING *get_repr ()
void *get_pointer()
void set_pointer(void *ptr)
PMC logical_not(PMC *dest)
Original code by Klaas-Jan Stol.
|