Handbook
Glossary
read-string ( prefix -- obj )
Vocabulary
bencode
.
private
Inputs
prefix
an
object
Outputs
obj
an
object
Definition
USING:
io
kernel
math.parser
sequences
;
IN:
bencode.private
:
read-string
( prefix -- obj )
":"
read-until
58
assert=
swap
prefix
string>number
read
""
like
;