March 13, 2014
7:52 a.m.
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