From: Gregory Cook
Subject: Help needed by newbie.
Date: 
Message-ID: <4686qo$hll@msunews.cl.msu.edu>
I am rather new to lisp and basically I have a programming question.
I need to be able to take a complex/general list and turn it into a 
simple list. Whats more I would like to see the source on this to see
how it is done. 
ex: ((a b (c d) e) f g h (i)) --> (a b c d e f g h i)

Can anyone help me?
Greg Cook
·····@cps.msu.edu
From: Gregory Cook
Subject: Re: Help needed by newbie.
Date: 
Message-ID: <4691fa$1bua@msunews.cl.msu.edu>
Problem solved. Thanks for all the responses.
Greg Cook