.he 'ISFUNC''Page %'
.fo 'Steven Hardy''January 78'
ISFUNC	This function returns TRUE if its argument is a function;
it could be defined as:
 	: FUNCTION ISFUNC(X);
 	:	DATAWORD(X) = "FUNCTION"
 	: END;
