I was thinking that I could do it in one pass.


> On Thu, Mar 13, 2014 at 8:52 AM, Pharo4Stef <[email protected]> wrote:
>> #(a b c d e f) diff: #(a b z k)
> 
> Use #difference:
> 
> #(a b c d e f) difference:  #(a b z k). ==>  #(#f #d #e #c)
> #(a b z k) difference: #(a b c d e f) ==> #(#k #z)
> 
> 
> -- 
> Damien Cassou
> http://damiencassou.seasidehosting.st
> 
> "Success is the ability to go from one failure to another without
> losing enthusiasm."
> Winston Churchill
> 


Reply via email to