	.TITLE GMCR
	.IDENT /22MY87/
;
;	File:[22,310]GMCR.MAC
;	Author: Philip Hannay.  Last Edit: 16-SEP-1988 10:07:10 
;	History: PTH 22-May-87.  Created.
;

.rem |

Procedure GMCR;External;

{*USER*
Pascal-3 procedure to load the command line, that was supplied
at run time, into the first line of INPUT so that the user can
do a simple READLN to get the command.  The user must call
GMCR before the first READLN.  See the Pascal-2.1 manual for
more details (page 2-62 Oct 86 edition).
}

{*WIZZARD*
This is a predefined Pascal-2 procedure, so we do not have to
code it.  We do supply this source, so that an external include
file can be generated.  GMCR will be handled by the $GTMCR routine
in PA3LIB.
}

|

;  No code - routine already present in PA3LIB Pascal-2 OTS library

	.END

