Text preview for : OutputDefs.mesa_Oct77.pdf part of xerox OutputDefs.mesa Oct77 xerox mesa 3.0_1977 listing OutputDefs.mesa_Oct77.pdf



Back to : OutputDefs.mesa_Oct77.pdf | Home

OutputDefs.mesa 25-0CT-77 15:22:25 Page 1


-- file: OutputDefs.mesa
-- edited by Johnsson January 31. 1977 11:35 AM
DIRECTORY
IODefs: FROM "iodefs".
TimeDefs: FROM "timedefs";
OutputDefs: DEFINITIONS a
BEGIN
PutTab: PROCEDURE:
PutCR: PROCEDURE;
PutChar: PROCEDURE [e:CHARACTER];
PutString: PROCEDURE [s:STRING];
PutTime: PROCEDURE [t: TimeDefs.PaekedTime];
OpenOutput: PROCEDURE [root: STRING. ext: STRING];
CloseOutput: PROCEDURE;
-- numbers
NumberFormat: TYPE