word?

checks if given value is of type :word


Parameters

word? value :any

Returns

  • :logical

Examples

copy
word? first [something x] ; => true

Related