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