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



Back to : CmdScan.mesa_Oct77.pdf | Home

CmdScan.mesa 25-0CT-77 14:57:38 Page 1


-- file CmdScan.mesa
-- last modified by Sandman, August 30, 1977 10:46 AM
DIRECTORY
StreamOefs: FROM "streamdefs",
StringOefs: FROM "stringdefs",
CmdDefs: FROM "cmddefs",
IODefs: FROM "iodefs";
DEFINITIONS FROM StreamDefs, Str1ngDefs, IODers;
CmdScan: PROGRAM
IMPORTS StringDefs
EXPORTS CmdDefs =
BEGIN
ReadCmdString: PUBLIC PROCEDURE [input, name, switches: STRING] RETURNS [BOOLEAN]