parrotcode: Lua Number | |
Contents | Language Implementations | Lua |
classes/luanumber.pmc - Lua Number
LuaNumber
extends Float
to provide a class with the behaviour of the Lua Number
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.
|