HELP TYPE                          updated Mark Rubinstein  October 1985

    type(<filename>);

This procedure prints out a file on the terminal. The argument must be a
string.  For example to type a file called foo.p

    type('foo.p');

To print out a file called foo belonging to QUENTINZ do

    type('[quentinz]foo');

This feature was originally provided before there was an editor (VED)
integrated into the POPLOG system.  In general it is easier to ved the
file or use the macro *PVED to examine a file using ved in a protected
(unwriteable mode).
