Handbook
Glossary
derived-ops ( word -- words )
Vocabulary
math
.
partial-dispatch
Inputs
word
a
word
Outputs
words
a
sequence
Word description
Lists all derived words of the given word, including the word itself.
Definition
USING:
arrays
assocs
kernel
namespaces
sequences
;
IN:
math.partial-dispatch
:
derived-ops
( word -- words )
[
1array
]
[
math-ops
get
(derived-ops)
values
]
bi
append
;