Handbook
Glossary
update-generic ( word -- )
Vocabulary
multi-methods
Inputs
word
an
object
Outputs
None
Definition
USING:
kernel
words
;
IN:
multi-methods
:
update-generic
( word -- )
dup
make-generic
define
;