Harald Hanche-Olsen <[EMAIL PROTECTED]> writes: > (loop for item in '(1 2 3) > unless (eql item *one*) > collect item into list-result > finally (return list-result)) > (2 3) > > I hope this helps. > > (I won't even mention that (delete 1 '(1 2 3)) does the same job.)
(delete 1 '(1 2 3)) might indeed do all kinds of things, possibly even the same job, but I think you mean REMOVE ;-) Regards, -- Nils G�sche "Don't ask for whom the <CTRL-G> tolls." PGP key ID 0x0655CFA0
