parrotcode: Lua String | |
Contents | Language Implementations | Lua |
classes/luastring.pmc - Lua String
LuaString
extends String
to provide a class with the behaviour of the Lua String
type.
STRING *name()
INTVAL get_bool()
nil
and false
make a condition false; any other values makes it true.Original code by Klaas-Jan Stol.
|