Information Technology Reference
In-Depth Information
which happens to be the value light . This may come in handy some time and it also
means that we could eliminate the
structure
keyword since we could extract any field we want from
account-record
by using an expression like
last-name = account-record (10:18)
which will give us the last name from the record. However, we won't eliminate the
keyword
structure
as it just might save us some time and work. As in many situations, we have some
freedom and can use whichever method is more beneficial.
Search WWH ::




Custom Search