[comp.lang.scheme] Problem on change of structure

munawar@vaxb.acs.unt.edu (03/01/91)

Hi,
  Can any one show me hot do the following in TI PCSCHEME

 I have this 
   '((a b)(c d)(e f))

And  I want to convert that to following

'(a b c d e)

Can it be done?
Thanx in advance

-Shri