Google
 

Trailing-Edge - PDP-10 Archives - BB-AI48A-BM - datatrieve/vt100/housekeep.cdd-plot
There are 4 other files named housekeep.cdd-plot in the archive. Click here to see a list.
{\ \INDEX\!\\ 0\(B)0\:\6\,\0\3!7DEFINE PLOT HOUSEKEEP
DECLARE INDEX
ENTRY 0
BEGIN
    ! Clear the screen and allow graphics character set
    PRINT "(B)0"
END
ENTRY 2
BEGIN
    ! Put cursor at lower right hand corner

    PRINT TXY(0,23)
END
END-PLOT