Handbook
Glossary
create-method-in ( specializer generic -- method )
Vocabulary
multi-methods
Inputs
specializer
an
object
generic
an
object
Outputs
method
an
object
Definition
USING:
kernel
parser
words
;
IN:
multi-methods
:
create-method-in
( specializer generic -- method )
create-method
dup
save-location
f
set-last-word
;