Handbook
Glossary
no-c-type ( word -- * )
Vocabulary
alien
.
c-types
Inputs
None
Outputs
None
Word description
Throws a
no-c-type
error.
Error description
Thrown by
c-type
if a given word is not a C type.
Definition
IN:
alien.c-types
ERROR:
no-c-type
word
;
Methods
USING:
alien.c-types
kernel
summary
;
M:
no-c-type
summary
drop
"Not a C type"
;