Handbook
Glossary
(send) ( signature selector super? -- quot )
Vocabulary
cocoa
.
messages
Inputs
signature
an
object
selector
an
object
super?
an
object
Outputs
quot
an
object
Definition
USING:
assocs
kernel
namespaces
sequences
;
IN:
cocoa.messages
MACRO:
(send)
( signature selector super? -- quot )
swapd
[
make-prepare-send
]
2keep
super-message-senders
message-senders
?
get
at
suffix
;