tomohikoのブログ
2011年3月10日木曜日
Erlang atom_to_list
atom_to_list(Atom) -> string()
Types:
Atom = atom()
Returns a string which corresponds to the text representation of Atom.
(アトムに一致する文字列を返す)
結果:
1> atom_to_list('Erlang').
"Erlang"
2>
0 件のコメント:
コメントを投稿
次の投稿
前の投稿
ホーム
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿