Documentation Prolog Predicate Reference lists append/2

append/2

Concatenate a list of lists.

Description

append( +list, ?list )

append(ListOfLists, List) is true if ListOfLists is a list of lists and List unifies with the concatenation of all of them.

Implementation