CS 3304: Comparative Languages
Object-Oriented Programming
[
Course Documents
] : [
Object-Oriented Programming
]
Previous
Contents
Next
Keyword Index
Smalltalk Selection
The Boolean objects have the method
ifTrue:ifFalse:
, which can be used to build selection
total = 0 ifTrue: [...] ifFalse: [...]