Search found 1 match

by donserj
Sun Mar 27, 2011 7:59 am
Forum: Common Lisp
Topic: Help me create a function
Replies: 1
Views: 2405

Help me create a function

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