Handbook
Glossary
stream-read-4hex ( stream -- hex )
Vocabulary
json
.
private
Inputs
stream
an
object
Outputs
hex
an
object
Definition
USING:
io
kernel
math.parser
;
IN:
json.private
:
stream-read-4hex
( stream -- hex )
4
swap
stream-read
hex>
;