Yes!! Good idea.Le 2 avr. 2015 �� 18:02, Max Leske <maxleske@gmail.com> a ��crit :On 02 Apr 2015, at 17:31, Peter Uhn��k <i.uhnak@gmail.com> wrote:^ (a=b)>�� �� �� ��^ (a=b) ifTrue: [ aBlockCheckingConditions].Boolean is still just an object, so you can use a cascade�� �� ifTrue: [ aBlockCheckingConditions];�� �� yourselfBut that will always return the the boolean from the first statement! If you want to return something from the conditions block you can���t do that.An alternative might be��^ a = b and: [ condition ]Thanks.AnnePeter