Handbook
Glossary
string>lines ( str -- lines )
Vocabulary
text-to-pdf
.
private
Inputs
str
an
object
Outputs
lines
an
object
Definition
USING:
sequences
splitting
;
IN:
text-to-pdf.private
:
string>lines
( str -- lines )
"\t"
split
" "
join
split-lines
[
[
" "
]
when-empty
]
map
;