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 件のコメント:

コメントを投稿