.he 'ITEMREAD''Page %'
.fo 'Steven Hardy''January 78'
ITEMREAD	This function (of no arguments) reads an item from the input
stream (one of its main uses is in macro definitions).
Try:
 	: ITEMREAD() -> X;
 	: HITHERE
 	: X =>
.br
ITEMREAD  expands macros (see MACRO in the SYNTAX demo).  See READITEM.
