Handbook
Glossary
with-methods ( word quot -- )
Vocabulary
multi-methods
Inputs
word
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
words
;
IN:
multi-methods
:
with-methods
( word quot -- )
over
[
[
"multi-methods"
word-prop
]
dip
call
]
dip
update-generic
;
inline