Handbook
Glossary
make-prepare-send ( selector signature super? -- quot )
Vocabulary
cocoa
.
messages
Inputs
selector
an
object
signature
an
object
super?
an
object
Outputs
quot
an
object
Definition
USING:
generalizations
kernel
make
math
sequences
;
IN:
cocoa.messages
MEMO:
make-prepare-send
( selector signature super? -- quot )
[
[
\
<super>
,
]
when
swap
<selector>
,
\
selector
,
]
[
]
make
swap
second
length
2
-
[
ndip
]
2curry
;