Handbook
Glossary
method-return-type-parsed ( method -- ctype/f )
Vocabulary
cocoa
.
messages
Inputs
method
an
object
Outputs
ctype/f
an
object
Definition
USING:
continuations
kernel
;
IN:
cocoa.messages
:
method-return-type-parsed
( method -- ctype/f )
method-return-type
[
parse-objc-type
]
[
2drop
f
]
recover
;