WORDP

Synopsis
WORDP thing
WORD? thing
Description

Outputs TRUE if the input is a word, FALSE otherwise.

Example
SHOW WORDP "Hello
true
SHOW WORDP [Hello]
false
SHOW WORDP {Hello}
false

SourceForge.net Logo