Node: Shorthand notation for Type Declarations, Previous: Declaration Identifiers, Up: Declaration Identifiers



Shorthand notation for Type Declarations

A type specifier can be used as a declaration identifier. (type-specifier {var}*) is taken as shorthand for (type type-specifier {var}*).