prepend-lines-with-spaces ( str -- str' )


Vocabulary
sequences.extras

Inputs
stra string


Outputs
str'a string


Word description
Prepend four spaces to each line in str.

Definition