Is this a word?

wordp expression
word? expression

Returns true if the result of expression is a word, otherwise returns false.

Example:

print word? 2
print word? [abc]

Output:

True
False

See also:

Type predicates

Table of Content