metaprogramming
Josef Frydl <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Hi, does somebody already know how to take the list of predicates and enclose all the member in parentheses and members are separated by comma. example [ a(A),b(B),c(C) ] --> (a(A),b(B),c(C) ) Thanks Josef Frydl