-- The Definitions for Program Fog. -- Documentation on [Ivy]FogReport.press. -- Version for Laurel RUN command. -- Last edited by McKeeman on December 15, 1980 12:16 PM -- Last edited by Brotz on December 12, 1980 1:34 PM -- Author: W.M. McKeeman. FogDefs: DEFINITIONS = BEGIN Ch: ARRAY[0..LA] OF CHARACTER; ComputeFog: PROCEDURE[] RETURNS[LONG INTEGER, LONG INTEGER, LONG INTEGER, LONG INTEGER]; EoS: SIGNAL; LA: CARDINAL = 2; ReportStatistics: PROCEDURE[LONG INTEGER, LONG INTEGER, LONG INTEGER, LONG INTEGER]; StepInput: PROCEDURE[]; StepInputOutput: PROCEDURE[]; END. -- of FogDefs -- (635)\3b32B228b7B