sitelogo
atom_concat/2

Concatenates a list of atoms and numbers to an atom.

atom_concat(+AtomOrNumberList, ?Atom)

Concatenates the atomic representation of all elements in AtomOrNumberList to an atom.

Arguments

AtomOrNumberList           list containing atoms or numbers
Atom                       atom

Examples

atom_concat([sym,1,'_',3.14], T)

->

T = 'sym1_3.14'

See also

atom_concat/2 atom_concat/3, atom_chars/2, atom_codes/2, atom_length/2, atom_number/2, char_code/2, number_chars/2, number_codes/2, parse_atom/2/3, sub_atom/5.


Up read on...
scroll to top managed with ubiCMS