VocabularylexerInputs and outputs| end | a string |
| seq | a new sequence of strings |
Word descriptionReads a sequence of tokens until the first occurrence of
end. The tokens remain as strings and are not processed in any way. This word is equivalent to
map-tokens with an empty quotation.
NotesThis word should only be called from parsing words.
See alsoeach-token,
map-tokens,
(parse-until),
parse-untilDefinition