-- PupNet.mesa -- Gifford, July 19, 1985 9:24:55 am PDT -- This program parses pup-network.txt, extracting host names, owners, and locations DIRECTORY Rope; PupNet: CEDAR DEFINITIONS = BEGIN P: TYPE = PROC[name, owner, location: Rope.ROPE, gateway, network: BOOLEAN]; ReadFile: PROC [file: Rope.ROPE, proc: P]; END.