NAME ^

classes/luastring.pmc - Lua String

DESCRIPTION ^

LuaString extends String to provide a class with the behaviour of the Lua String type.

Overloaded Methods ^

STRING *name()

Return the string "string".

INTVAL get_bool()

In Lua, both nil and false make a condition false; any other values makes it true.

So return always true.

AUTHORS ^

Original code by Klaas-Jan Stol.


parrot