Handbook
Glossary
(consult-method-quot) ( consultation quot word -- object )
Vocabulary
delegate
.
private
Inputs
consultation
an
object
quot
an
object
word
an
object
Outputs
object
an
object
Definition
IN:
delegate.private
GENERIC#:
(consult-method-quot)
2
( consultation quot word -- object )
Methods
USING:
delegate.private
kernel
sequences
;
M:
broadcast
(consult-method-quot)
[
execute
]
curry
[
[
call
]
curry
]
dip
[
each
]
curry
compose
nip
;
USING:
delegate.private
generic
kernel
words
;
M:
consultation
(consult-method-quot)
dup
"combination"
word-prop
make-consult-quot
;