thing
Returns true if thing is a word or a string.
Examples:
word? 2 returns true word? "two" returns true word? [1 2 3] returns false
Related commands: number? list?