atom_concat/2

アトムにアトムと数のリストを連結します。

atom_concat(+AtomOrNumberList, ?Atom)

AtomOrNumberListの中の全ての要素のアトムの表現を、アトムに連結します。

引き数

AtomOrNumberList        アトムあるいは数字を含むリスト 
Atom                       アトム

例題

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

->

T = 'sym1_3.14'

以下も参照して下さい

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


戻る 続く..