Functions with Records
In this lesson, we will see how functions can interact with the record data structure.
We'll cover the following...
Extracting Values from Records
A function can be used to retrieve or modify field values from a record. As long as the implementation of our function is correct, it will automatically detect the type of the record and access the ...