Handbook
Glossary
deserialize-gensym ( -- word )
Vocabulary
serialize
.
private
Inputs
None
Outputs
word
an
object
Definition
USING:
accessors
kernel
words
;
IN:
serialize.private
:
deserialize-gensym
( -- word )
gensym
[
intern-object
]
[
(deserialize)
define
]
[
(deserialize)
>>props
]
tri
;