use-first-word? ( words -- ? )


Vocabulary
parser

Inputs
wordsa sequence


Outputs
?a boolean


Word description
Checks if the first word can be used automatically without first throwing a restartable no-word-error

Definition