Handbook
Glossary
consult-method-quot ( consultation word -- object )
Vocabulary
delegate
.
private
Inputs
consultation
an
object
word
an
object
Outputs
object
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
delegate.private
:
consult-method-quot
( consultation word -- object )
[
dup
quot>>
]
dip
[
second
[
[
dip
]
curry
]
times
]
[
first
]
bi
(consult-method-quot)
;