parrotcode: Lua Userdata | |
Contents | Language Implementations | Lua |
classes/luauserdata.pmc - Lua Userdata
LuaUserdata
extends String
to provide a class with the behaviour of the Lua Userdata
type.
STRING *name()
STRING *get_string()
INTVAL get_bool()
nil
and false
make a condition false; any other values makes it true.Francois Perrad.
|