NAME ^

classes/luaboolean.pmc - Lua Boolean

DESCRIPTION ^

LuaBoolean extends Boolean to provide a class with the behaviour of the Lua Boolean type.

The value is stored as an Integer.

Overloaded Methods ^

STRING *name()

Return the string "boolean".

STRING *get_string ()

Return the string "true" or "false".

AUTHORS ^

Original code by Klaas-Jan Stol.


parrot