WORDP thing WORD? thing
thing
Outputs TRUE if the input is a word, FALSE otherwise.
SHOW WORDP "Hello true
SHOW WORDP "Hello
SHOW WORDP [Hello] false
SHOW WORDP [Hello]
SHOW WORDP {Hello} false
SHOW WORDP {Hello}