j
k
j a
j l
...^ (a=b) ifTrue: [ aBlockCheckingConditions].
^ (a=b) ifTrue: [ aBlockCheckingConditions].
Boolean is still just an object, so you can use a cascade ^ (a=b) ifTrue: [ aBlockCheckingConditions]; yourself Peter
Attachments:
Back to the thread
Back to the list