How many kinds of datatypes are used in erlang
Ask by Anonymous User
Updated 21 Sep 2020
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.