HELP SPACE Steven Hardy, October 1977
The value of this variable is a word containing the space character. It
is usually used as an argument to the procedure PR, e.g:
pr("silly"); pr(space); pr("billy");
silly billy
See also, HELP
*NEWLINE - which contains the NEWLINE character
*TABS - on producing spaces using the TAB character
*IO - Overview of POPLOG Input/Output behaviour
*SP - procedure which prints specified number of spaces
*SPR - procedure for printing an item followed by a space
REF *SYSIO - for further details for Input/Output procedures
--- C.all/help/space ---------------------------------------------------
--- Copyright University of Sussex 1987. All rights reserved. ----------Author: Steven Hardy, October 1977