The structure declaration has the following syntax:
STRUCTURE [/structure-name/] [field-list] field-declaration [field-declaration] . . . [field-declaration] END STRUCTURE | |
---|---|
structure-name |
Name of the structure |
field-list |
List of fields of the specified structure |
field-declaration |
Defines a field of the record. field-declaration is defined in the next section. |