>> a: [1 2 2 3 4 5 5 5 6] =3D=3D [1 2 2 3 4 5 5 5 6] >> b: unique a =3D=3D [1 2 3 4 5 6] >> forall b[remove find a first b] =3D=3D [] >> unique head a =3D=3D [2 5]
On 5 Jul 2005 02:46:23 -0000, David <[EMAIL PROTECTED]> wrote: > I can't seem to find the right combination of functions to do this: Creat= e a series containing the values that are repeated in another series. For e= xample, if the first series is [1 2 2 3 4 5 5 5 6], the new series should b= e [2 5]. Any hints or solutions are appreciated. > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. >=20 >=20 --=20 ... nice weather eh -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
