HELP PR Revised by Fran Evelyn, July 85
pr(<item>)
PR is a variable which is used to hold a printing procedure, which in turn is
used by all procedures in the system which print things. It is user-
assignable. Its default value is the procedure *SYSPR, which prints items
using the procedure SYS_SYSPR, which in turn prints each class of object
according to a standard format.
See also
HELP *SYSPR - prints its argument: default value of PR
HELP *CLASSES - on data classes in POP-11, and operations on them
HELP *RECURSIVE_FRONT - used by SYSPR in printing the names of procedures
HELP *SYS_SYSPR - prints data classes in standard format
--- C.all/help/pr
--- Copyright University of Sussex 1992. All rights reserved. ----------Author: Revised by Fran Evelyn, July 85