still-parsing-line? ( lexer -- ? )


Vocabulary
lexer

Inputs
lexera lexer


Outputs
?a boolean


Word description
Outputs f if the end of the current line has been reached, t otherwise.

Definition