True

Inherits from: Boolean ← Object

Instance Methods

primitives

&
and:
eqv:

Return true if both are the same boolean value.

ifFalse:
ifTrue:
ifTrue:ifFalse:
not

Return false.

or:
xor:

Return true if exactly one of the receiver and other is true.

|

uncategorized

ifFalse:ifTrue:
printString