I like this one.

Doru


> On Apr 19, 2017, at 8:43 PM, Stephane Ducasse <stepharo.s...@gmail.com> wrote:
> 
> Hi 
> 
> I have 
> 
>  #(#Object #subclass: #Point #instanceVariableNames: 'x y' 
> #classVariableNames: '' #package: 'Kernel-BasicObjects') and I would like to 
> select on the second elements.
> 
> I was thinking that 
> 
>  #(#Object #subclass: #Point #instanceVariableNames: 'x y' 
> #classVariableNames: '' #package: 'Kernel-BasicObjects') selectEvery: [ :i | 
> i \\ 2 = 0 ]
> could be a nice iterator.
> 
> What do you think?
> 
> 
> Stef
> 

--
www.tudorgirba.com
www.feenk.com

"Innovation comes in the least expected form. 
That is, if it is expected, it already happened."


Reply via email to