Documentation Prolog Predicate Reference builtin atomic_list_concat/2

atomic_list_concat/2

Concatenate elements of list.

Description

atomic_list_concat( +list, -atom )

atomic_list_concat(List, Atom) is true if and only if Atom can unify with the concatenation of List's elements.

Notice that this produces the same result that using the predicate atomic_list_concat/3 with separator ''.

Implementation