2011年3月20日日曜日

Erlang データタイプ アトム

2.3  Atom
(アトム)

An atom is a literal, a constant with name.
(atomは定数リテラルである。)

An atom should be enclosed in single quotes (')
(atomはシングルクォートで囲む必要がある。)
if it does not begin with a lower-case letter
(それは、もし小文字で始まらない場合 もしくは)

or if it contains other characters than alphanumeric characters,
(アンダーバーやアットマートを除く、英数字以外の文字が含まれている場合である)
underscore (_), or @.


Examples:

hello
phone_number
'Monday'
'phone number'

0 件のコメント:

コメントを投稿