Handbook
Glossary
line-ends\r ( stream str -- str )
Vocabulary
io
.
encodings
.
private
Inputs
stream
an
object
str
an
object
Outputs
str
an
object
Definition
USING:
kernel
;
IN:
io.encodings.private
:
line-ends\r
( stream str -- str )
swap
cr+
;
inline