Dear all,
I’m trying to remove an element from a list only once, and the ‘lisp remove’ function seem to have options for this:
" allows to specify a maximal number of items to remove."
However, I’m unable to add more arguments to ‘remove’ using alt-arrow.
If I want to do this: (remove 5 '(1 2 3 4 5 5 5 5) :count 1) ==> (1 2 3 4 5 5 5)
How can I do this in a patch? I’m still using OM 6.5.1.
Best,
Ruben