parse-multiline-string ( end-text -- str )
Multiline

Prev:/*


Vocabulary
multiline

Inputs
end-texta string delineating the end


Outputs
strthe parsed string


Word description
Parses the input stream until the end-text is reached and returns the parsed text as a string.

Notes
Used to implement /*.

Definition