.he 'SPACE''Page %'
.fo 'Steven Hardy'- % -'October 1977'
SPACE	The value of this variable is a special word - the word with
just a space character in it.  Try:
 	: PR("CAT"); PR("DOG");
 	: PR("CAT"); PR(SPACE); PR("DOG");
.br
See NEWLINE, NL and SP.
