erl Atom

Atom
一个 atom 就是个字面的,带有名字的常量。 atom 以小写字母开头,如果不以小写字母开头或者 包括其他文字与数字,下横杠( _ ),或者 @ 必须用一对单引号 ( ‘’ ) 进行引用界定。
 
 
<!--[if ppt]--> <!--[endif]-->
<!--[if ppt]--> <!--[endif]-->
<!--[if ppt]--> <!--[endif]--> 例子: 
1> hello.
hello
2> phone_number.
phone_number
3> Monday.
* 1: variable 'Monday' is unbound
4> 'Monday'.
'Monday'
5> phone number.
* 1: syntax error before: number
5> 'phone number'.
'phone number'
 
 
 
 

猜你喜欢

转载自lobin.iteye.com/blog/2328270
今日推荐