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

Declarations

Declarations bind names with values or types. They appear in the outermost level of module interfaces and implementations after the IMPORT statement, as well as at the beginning of blocks. Kinds of declarations include constants, types, variables, procedures, and exceptions. They can appear in any order.


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