Next: Empty declarations, Previous: Lexical Elements, Up: Project File Reference
Declarations introduce new entities that denote types, variables, attributes, and packages. Some declarations can only appear immediately within a project declaration. Others can appear within a project or within a package.
Syntax:
declarative_item ::=
simple_declarative_item |
typed_string_declaration |
package_declaration
simple_declarative_item ::=
variable_declaration |
typed_variable_declaration |
attribute_declaration |
case_construction |
empty_declaration