HELP ISWORD                                         Steven Hardy, March 1982

    isword(<possible word>) -> boolean

This procedure returns TRUE if its argument is a word. It could be defined
as:

    define isword(<poss_word>);
        dataword(<poss_word>) = "word"
    enddefine;

See also HELP
    *WORDS      - on forming words in POP-11
    *IDENTPROPS - returns the syntactic type of a word
