March 16, 2022
1:36 a.m.
Exactly. This was what I was looking for. Thank you Sean. Hernán El mar, 15 mar 2022 a las 19:15, <sean@clipperadams.com> escribió:
ComplexCondition as described in Andres Valloud, "A Mentoring Course on Smalltalk" <http://www.lulu.com/product/paperback/a-mentoring-course-on-smalltalk/378889...> is available at http://www.squeaksource.com/ComplexCondition.html
With it, you can do something like:
^[a includes: $.], [b includes: $.] ifAllTrue: [a < b] ifAnyTrue: [b includes: $.] otherwise: [a > b]