change-lexer-column ( ..a lexer quot: ( ..a col line -- ..b newcol ) -- ..b )


Vocabulary
lexer

Inputs
lexera lexer
quota quotation with stack effect ( ..a col line -- ..b newcol )


Outputs
None

Word description
Applies a quotation to the current column and line text to produce a new column, and moves the lexer position.

Definition