Handbook
Glossary
cf-error ( n -- )
Vocabulary
core-foundation
.
launch-services
Inputs
n
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
core-foundation.launch-services
:
cf-error
( n -- )
dup
0
=
[
drop
]
[
core-foundation-error
]
if
;