.he 'MISHAP062''Page %'
.fo 'Aaron SLoman''February 78'
.sp
: 62 	Non word where one was expected
.br
Some functions, like VALOF, IDENTPROPS and DESTWORD,
require a word as argument. Give them something else and you'll
get this error, or possibly erro 49 if the argument is a
number. E.g. try
 	valof("x") =>
 	[1 2 3] -> valof("x");
 	x =>
 	3 -> valof(x);
 	[x y z] -> l;
 	valof(hd(l)) =>
 	valof(tl(l)) =>
 	valof(99) =>
 	destword("hd") =>
 	destword(hd) =>
