Syntax | Category |
type_name | renaming |
(enum_identifier {,enum_identifier}) | enumeration |
[+\-] constant .. [+|-]constant | numeric or character subrange |
^type_name | pointer |
varying [upper_bound] of char_type_name | varying length string |
[packed] array [dimensions] of type_definition | array |
record field_list end | record |
file of type_definition | file |
set of type_definition | set |