Handbook
Glossary
decode-type ( ch -- ctype )
Vocabulary
cocoa
.
messages
Inputs
ch
an
object
Outputs
ctype
an
object
Definition
USING:
assocs
kernel
namespaces
strings
;
IN:
cocoa.messages
:
decode-type
( ch -- ctype )
1string
[
objc>alien-types
get
at
]
[
no-objc-type
]
?unless
;