|Summary |Design Structures |Sequential Statements |Concurrent Statements |Types and Constants |
|Declarations |Delay, Events |Reserved Words |Operators |System Tasks |Compiler Directives |
Various declarations may be used in various structures.
Declare an identifier to be a type. The full type definition must be provided within this scope. type identifier ; type node ;