On 02 Apr 2015, at 17:31, Peter Uhn��k <i.uhnak@gmail.com> wrote:> ^ (a=b) ifTrue: [ aBlockCheckingConditions].Boolean is still just an object, so you can use a cascade^ (a=b) ifTrue: [ aBlockCheckingConditions]; yourself
> ^ (a=b) ifTrue: [ aBlockCheckingConditions].
Peter