parsing-word? ( object -- ? )


Vocabulary
words

Inputs
objectan object


Outputs
?a boolean


Word description
Tests if an object is a parsing word declared by SYNTAX:.

Notes
Outputs f if the object is not a word.

Definition