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

Record Constructor

A record constructor is a record-valued expression. record-type must be a record type (see section Record Types). Each expr must evaluate to the type of the field in the record whose position it corresponds with. For greater clarity, each expr can be specified in a "keyword assignment-style". Every field must be provided with a value for the constructor to be valid.


Example


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