Today’s Erlang #3¶
Atom means invariable values other than the numerical value.
1> hello. # atom
hello
2> 'hello'. # atom
hello
3> "hello". # not atom
"hello"
Atom means invariable values other than the numerical value.
1> hello. # atom
hello
2> 'hello'. # atom
hello
3> "hello". # not atom
"hello"