Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
false
Last updated at 1:39 am UTC on 17 January 2006
false (uncapitalized) is the unique instance of class False (a subclass of Boolean), which represents the truth value 'false' in boolean logic.

Examples

"1 = 3" -> false
"(1 = 3) = false" -> true
"false" -> false

See also:
true
How and/or handle non-Boolean operands