.he 'PACKWORD''Page %'
.fo 'Steven Hardy''January 78'
PACKWORD	This function takes a list of words and integers and makes
a word out of them, thus:
 	: PACKWORD([G O A T 3 4]) =>
 	** GOAT34
 	: PACKWORD([C A T]) =>
 	** CAT
.br
See UNPACKWORD.
