Handbook
Glossary
write-space ( from to bytes stream -- )
Vocabulary
tools
.
hexdump
.
private
Inputs
from
an
object
to
an
object
bytes
an
object
stream
an
object
Outputs
None
Definition
USING:
io
kernel
math
strings
;
IN:
tools.hexdump.private
:
write-space
( from to bytes stream -- )
[
drop
-
16
+
]
dip
[
[
3
*
32
<string>
]
]
dip
[
stream-write
]
curry
compose
unless-zero
;
inline