write-lines ( seq -- )


Vocabulary
io

Inputs
seqa sequence of strings


Outputs
None

Word description
Print lines of text to the output-stream until the sequence is exhausted.

Definition