5. Data Type
This section focuses on describing data types, defining the kinds of data types that variables contain and the operations that can be performed on that data. Data types are categories that define the possible values for literals and variables, the operations that can be performed on them, and how the values are stored. Custom data types are mainly arrays and structures, and this section also describes considerations about basic data types and custom data types.
📄️ 5.1 Basic Data Type
basic data type
📄️ 5.2 User-defined Data Type
User-defined Data Type