Documentation Prolog Predicate Reference builtin atomic_list_concat/3

atomic_list_concat/3

Concatenate elements of list with atom.

Description

atomic_list_concat( +list, +atom, -atom )

atomic_list_concat(List, Separator, Atom) is true if and only if Atom can unify with the concatenation of List's elements, using Separator as the element to join them all together.

Implementation