This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Help me create a function

2 posts · 858 views

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

Re: Help me create a function

Please read the FAQ.