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

Examples

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

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