VocabularylexerInputs and outputsWord descriptionReads the next token from the lexer. Tokens are delimited by whitespace, with the exception that
" is treated like a single token even when not followed by whitespace. This word throws
unexpected-eof on end of input. To output
f on end of input, use
(scan-token) instead.
NotesThis word should only be called from parsing words.
Definition