Handbook
Glossary
read-string ( -- str )
Vocabulary
zim
Inputs
None
Outputs
str
an
object
Definition
USING:
io
io.encodings.string
io.encodings.utf8
kernel
;
IN:
zim
:
read-string
( -- str )
{
0
}
read-until
0
assert=
utf8
decode
;