Example of Structure Reference
Given the preceding declarations, the reference
people[i].birth.daywould be processed as follows:
It is useful to think of structure descriptions in nested Lisp-like form. For example, the preceding declarations would yield the following type for the array people:
(ARRAY (.. 1 100) (RECORD (NAME ALFA) (SS INTEGER) (BIRTH (RECORD (MO (.. 1 12)) (DAY (.. 1 31)) (YEAR INTEGER)))))