Go to the first, previous, next, last section, table of contents.

Types

TYPE <identifier> "=" <type> ";"

It is convenient to be able to give names to types, and the TYPE declaration allows you to do this. <type> may be one of the following:


Go to the first, previous, next, last section, table of contents.