.he 'READLINE''Page %'
.fo 'Steven Hardy''January 78'
READLINE	This function of no arguments reads in one line of text
from the standard input (CHARIN) and makes a list of all the text items
in the line.
Try:
 	: READLINE() -> L;
 	: A LINE OF TEXT
 	: L =>
.br
Conceptually, a call of READLINE is like a call of LISTREAD except
that list brackets are "put round" the line for you.
