function member
The member function
- takes as arguments any lisp object and a list.
- searches the list for a list element which is eql to the first argument
- returns that part of the list of which the matching object is the first element
define a function which calls member and returns that part of the list which follows the matching object