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

Record Types

Record types group related data items together in a unified data structure. Each data item, or field, has a name, a type, and an optional constant initializer. If you supply the constant initializer, you can omit the type; it will be inferred from the constant.


Example


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