Erlang provides two datatypes: • Constant data types: These types of data types cannot be split into more primitive subtypes. It consists of Numbers and Atoms. • Compound data types : These types of data types are used to group together other types of data types. It consists of tuples and lists.
Erlang provides two datatypes:
• Constant data types: These types of data types cannot be split into more primitive subtypes. It consists of Numbers and Atoms.
• Compound data types: These types of data types are used to group together other types of data types. It consists of tuples and lists.