RosettaCodeData/Task/Extend-your-language/Smalltalk/extend-your-language-2.st

4 lines
164 B
Smalltalk
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
or:condition2 ifBoth:bothBlk ifFirst:firstBlk ifSecond:scndBlk ifNone:noneBlk
"I know for sure, that I am false..."
^ condition2 ifTrue:scndBlk ifFalse:noneBlk