prolog::concat_atom/2¶
concat_atom(+ List,- Atom)*
List is a list of atoms, integers or floating point numbers. Succeeds if Atom can be unified with the concatenated elements of List. If List has exactly 2 elements it is equivalent to atom_concat//33
, allowing for variables in the list.
Private-func:¶
1. prolog::concat_atom_2::concat_atom/2(int ARG1, int ARG2)():