skip-word ( lexer -- )
The lexer

Prev:skip-blank ( lexer -- )
Next:with-lexer ( lexer quot -- newquot )


Vocabulary
lexer

Inputs
lexera lexer


Outputs
None

Generic word contract
Skips until the end of the current token.

The default implementation treats a single " as a word by itself; otherwise it searches forward until a whitespace character or the end of the line.

Notes
Custom lexers can implement this generic word.

Definition


Methods