Handbook
Glossary
lf>crlf ( str -- str' )
Vocabulary
io
.
crlf
Inputs
str
an
object
Outputs
str'
an
object
See also
crlf>lf
Definition
USING:
sequences
splitting
;
IN:
io.crlf
:
lf>crlf
( str -- str' )
"\n"
split
"\r\n"
join
;