VocabularylexerInputs and outputs| end | a string |
| quot | a quotation with stack effect ( ... token -- ... elt ) |
| seq | a new sequence of objects |
Word descriptionReads a sequence of tokens until the first occurrence of
end.
quot is called on each token as it is read, and the results are collected into a new output sequence.
NotesThis word should only be called from parsing words.
See alsoparse-tokens,
each-token,
(parse-until),
parse-untilDefinition