Hi guys

I need the following behavior and I started to implement it (but I’m not sure 
that I implemented in a good way).
But may be this method already exist.

testDiffs
        "self run: #testDiffs"
        
        self assert: (#(a b c d e f) diff: #(a b z k)) equals: {#(c d e f) . 
#(z k)}.

Stef

Reply via email to