Help me create a function

Discussion of Common Lisp
Post Reply
donserj
Posts: 1
Joined: Sun Mar 27, 2011 2:26 am

Help me create a function

Post by donserj » Sun Mar 27, 2011 7:59 am

I need create a function.
Example: list: (a b c d)
the result is (ab) (ac) (ad) (bc) (bd) (cd) (a) (b) (c) (d) ()

help me please

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: Help me create a function

Post by nuntius » Sun Mar 27, 2011 5:39 pm

Please read the FAQ.

Post Reply