Q&A
Ask and answer questions to make information more available to wider audiences.
Finn Alpert @alpertfinn   18, May 2023 12:00 AM
datatypes
What datatypes does erlang provide?
answers 1
 
Answer 1
Braxton Tiley @tileybraxton   22, May 2023 04:48 PM
1. Constant data types: These types of data types cannot be split into more primitive subtypes. It consists of Numbers and Atoms.
2. Compound data types: These types of data types are used to group together other types of data types. It consists of tuples and lists.