.he 'NEWLINE''Page %'
.fo 'Steven Hardy''January 78'
NEWLINE	The value of this variable is a special word - one with the
newline character in it.
This means that
 	: PR(NEWLINE);
.br
causes a new line to be printed!
(Just as
 	: PR("C");
.br
causes the character 'C' to be printed.)
