remq
remq(g_xl_arg) =>l_result
Description
Returns a copy of a list with all top-level elements that are identical to a SKILL object removed. Uses eq.
Arguments
Value Returned
|
A copy of l_arg with all top-level elements eq to g_x removed. |
Examples
remq('x '(a b x d f x g))
=> (a b d f g)
Related Topics
Return to top