-- ExtraCommonSoftwareFileTypes.mesa (last edited by: Luniewski on: March 15, 1981 3:12 PM) --
DIRECTORY
CommonSoftwareFileTypes USING [CommonSoftwareFileType],
File USING [Type];
ExtraCommonSoftwareFileTypes: DEFINITIONS =
BEGIN
-- File Types
tClearingHouseBackupFile:File.Type =
[CommonSoftwareFileTypes.CommonSoftwareFileType[
FIRST[CommonSoftwareFileTypes.CommonSoftwareFileType]+5]];
END....