Class Boolean


back
ifFalse: falseBlock ifTrue: trueBlock
^ self ifTrue: [ trueBlock value ] ifFalse: [ falseBlock value ]