remove (s_exp, list, use_equal?)
An expression to remove from the list.
The list from which to remove the s_exp.
An optional argument. If t, remove uses the equal function for equality, otherwise it uses the more stringent eq.
This function non-destructively walks a list and removes elements matching the passed s_exp using either eq or equal.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.