vle-remove-first
(vle-remove-first item
lst)
removes the first occurrence of
'item' from
list 'lst'
|
Arguments |
'item' object to remove from 'lst' |
|
Return |
list 'lst' without first occurrence
of 'item',
if found; |
|
Example |
(vle-remove-first 123 '(1 2
123 4 5 123 6 7 8)) |
|
Alias |
|
|
Remarks |
| © Menhirs NV. All rights reserved. |