RosettaCodeData/Task/Extend-your-language/Smalltalk/extend-your-language-2.st
2023-07-01 13:44:08 -04:00

3 lines
164 B
Smalltalk

or:condition2 ifBoth:bothBlk ifFirst:firstBlk ifSecond:scndBlk ifNone:noneBlk
"I know for sure, that I am false..."
^ condition2 ifTrue:scndBlk ifFalse:noneBlk