lf>crlf ( str -- str' )


Vocabulary
io.crlf

Inputs
stran object


Outputs
str'an object


See also
crlf>lf

Definition


: lf>crlf ( str -- str' ) "\n" split "\r\n" join ;