.he 'FILL''Page %'
.fo 'Steven''January 78'
FILL	This function takes any record, for example a strip or character strip,
and 'fills' it with whatever is on the stack.  FILL produces as its
result the record so that
 	: FILL(1,2,3,4, INITC (4)) -> S;
.br
assigns a four character strip to S, with components initialized to 1,2,3 and 4.
