ObjectType:bool

From Lavish Software Wiki
Revision as of 23:31, 25 May 2005 by Eleven (talk | contribs)
Jump to navigation Jump to search

Description

Short for boolean, a bool groups all numbers into exactly two categories, one called TRUE and one called FALSE. The TRUE category is made up of all numbers except for zero, and the FALSE category is made up of only zero.

Members

(none)

Methods

  • Toggle: Toggles between TRUE and FALSE
  • Set[formula]: Sets this bool to a specific value

Returns

TRUE or FALSE

Examples

See Also