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>
新しい投稿
前の投稿
ホーム
登録:
投稿 (Atom)