Scheme how do you remove the first element from a list?
- by user297742
How do i remove the first element from a list in scheme
say it looks something like
'((apple bob car) (cat dig) (e)))
how would i just get rid of "apple" and leave the rest alone?