parse-failed ( input word -- * )


Vocabulary
peg

Definition


Methods

M: parse-failed error.
"The " write dup word>> pprint
" word could not parse the following input:" print
nl input>> . ;