Handbook
Glossary
hexdump-main ( -- )
Vocabulary
tools
.
hexdump
Inputs
None
Outputs
None
Definition
USING:
command-line
io
io.encodings
io.encodings.binary
namespaces
sequences
tools.hexdump.private
;
IN:
tools.hexdump
:
hexdump-main
( -- )
command-line
get
[
input-stream
get
binary
re-decode
hexdump-stream
]
[
[
hexdump-file
]
each
]
if-empty
;