Skip to content

Structures

olitank edited this page Nov 28, 2025 · 4 revisions

These are user-defined data types.

There are three types of structures:

  • Classic Allows to group different data types under the same name.

  • Enumeration Allows to restrict possible values ​​to a set of named constants.

  • Reference Structure Doesn't actually define a data type. Rather, it allows to reference another structure.

Clone this wiki locally