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/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
戻る
続く..