Google
 

Trailing-Edge - PDP-10 Archives - BB-AI48A-BM - datatrieve/vt100/title.cdd-plot
There are 4 other files named title.cdd-plot in the archive. Click here to see a list.
{ie\\\\\H\P\X\0\\"\\T9\VHOUSEKEEP	DEFINE PLOT TITLE
 : STRING)
    BEGIN
	PRINT ""
	PRINT TXY(40 - LENGTH(STRING) / 2, 2), STRING
	PRINT ""
		PLOT HOUSEKEEP 2
    END
END_PLOT