delimiter? ( obj -- ? )


Vocabulary
words

Inputs
objan object


Outputs
?a boolean


Word description
Tests if an object is a delimiter word declared by delimiter.

Notes
Outputs f if the object is not a word.

Definition

: delimiter? ( obj -- ? ) "delimiter" word-prop? ;