On Thu, Apr 2, 2015 at 6:02 PM, Max Leske <[email protected]> wrote:

>
> On 02 Apr 2015, at 17:31, Peter Uhnák <[email protected]> wrote:
>
> >       ^ (a=b) ifTrue: [ aBlockCheckingConditions].
>
>
> Boolean is still just an object, so you can use a cascade
> ^ (a=b)
>     ifTrue: [ aBlockCheckingConditions];
>     yourself
>
>
> But that will always return the the boolean from the first statement!
>
Ah, I've misread the question.

Peter

Reply via email to