Defining a record will create access functions/macros for creation and accessing
fields. The make, match and set forms takes optional argument pairs
field-name value to get non-default values. E.g. for
The following functions are available
Taking our example from Creating a Record, we
again define a person record, but this time we expose a function to
print the information on a person.