March 13, 2014
7:56 a.m.
On 13.03.2014, at 08:52, Pharo4Stef <pharo4Stef@free.fr> wrote:
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)}.
isnât that the same as you would get with #difference:?
Stef