Scheme function to remove first element

Posted by navoda on Stack Overflow See other posts from Stack Overflow or by navoda
Published on 2010-05-02T11:43:57Z Indexed on 2010/05/02 11:47 UTC
Read the original article Hit count: 137

Filed under:
|
|
|

write a scheme function that remove the first top level occurrence of a given item from a list of items. eg given list (a b c) item b, result list (a c)

plz help me

© Stack Overflow or respective owner

Related posts about Scheme

Related posts about remove