Handbook
Glossary
get-restart-vocab ( restart -- vocab/f )
Vocabulary
fuel
.
private
Inputs
restart
an
object
Outputs
vocab/f
an
object
Definition
USING:
accessors
kernel
words
;
IN:
fuel.private
:
get-restart-vocab
( restart -- vocab/f )
obj>>
dup
word?
[
vocabulary>>
]
[
drop
f
]
if
;