Hi,
I don't understand why the following code returns 'false':
[:aPerson |
(aPerson description
collect: [:desc | (desc toString: (aPerson readUsing: desc))])
anySatisfy: [:value | value matches: 'France']] asCondition
Is it because my code is not understood by the parser ?
--
Damien Cassou
CSS3 : "On passe au HSL, plus intuitif et moins orienté CRT que le
RGB. Il y a du HSLA". Et en plus, ça veut dire quelque chose (au moins
pour l'auteur) !