Basic Types

Basic Types


integer

5


float

2.3


boolean

true


string

"hello world"


atom

:hello


list

[1,2,3]


tuple

{:a, :b, :c}



Complete and Continue  
Discussion

0 comments