Handbook
Glossary
serialize-word ( word -- )
Vocabulary
serialize
.
private
Inputs
word
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
serialize
;
IN:
serialize.private
:
serialize-word
( word -- )
119
write1
[
name>>
(serialize)
]
[
vocabulary>>
(serialize)
]
bi
;