Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| language:types2:data [2025/11/20 15:27] – [Pure structures] rajit | language:types2:data [2026/08/07 11:19] (current) – [User-defined data types] rajit | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== User-defined data types ====== | ====== User-defined data types ====== | ||
| - | A user-defined data type is defined using '' | + | A user-defined data type is defined using '' |
| * //data types//, which correspond to representations of the built-in '' | * //data types//, which correspond to representations of the built-in '' | ||
| * // | * // | ||
| - | * //parameter structures//, | ||
| - | In addition, | + | A data type can also be defined to be an //enumeration// using **defenum**; |
| ===== Data types ===== | ===== Data types ===== | ||