Handbook
Glossary
line-ends/eof ( stream str -- str )
Vocabulary
io
.
encodings
.
private
Inputs
stream
an
object
str
an
object
Outputs
str
an
object
Definition
USING:
kernel
sequences
;
IN:
io.encodings.private
:
line-ends/eof
( stream str -- str )
f
like
swap
cr-
;
inline