users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

append 3 lists in the same time


From: Gurvan Le Guernic
Subject: append 3 lists in the same time
Date: Fri, 29 Mar 2002 11:36:14 +0100

    Hi,
Is there a way to append more than 2 lists in the same time in
gnu-prolog.
Like the 'o' in other prolog.
Example:
instead of typing: append(A,B,L1), append(L1,C,L).
we could type something like: L=A o B o C.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]