HELP QUOTE_PR JLCunningham, 14 Oct 1983
Revised by Fran Evelyn, July 85
quote_pr(<item>);
This procedure prints words and strings with the appropriate quote marks;
other things are printed as by *PR, e.g:
pr("word");
word
quote_pr("word");
"word"
See also
HELP *PR - holds the default printing proceudure
HELP *POP_PR_QUOTES - if set to TRUE strings (but not words) printed in quotes
HELP *PRINT - for other print proceudures
REF *SYSIO - for more details on I/O proceduresAuthor: JLCunningham, 14 Oct 1983