Turtle, Observer, Patch

word? thing

Parameters:
thing Anything Any value

Description:
Returns true if thing is a word or string.

Examples:
word? 2 returns true

word? [1 2 3] returns false

Notes:
See the Data Types documentation for what constitutes a word or string.

Related Commands:
list? number?