declares a file type for recording names and telephone numbers.
You can also use the
file of ...
construction directly in a variable declaration. For example,
var List1: file of PhoneEntry;
The word file by itself indicates an untyped file:
var DataFile: file;
For
more information, see Untyped files.
Files are not allowed in arrays or records.
86