Handbook
Glossary
typed-def ( word def effect -- quot )
Vocabulary
typed
.
private
Inputs
word
an
object
def
an
object
effect
an
object
Outputs
quot
an
object
Definition
USING:
kernel
typed
;
IN:
typed.private
:
typed-def
( word def effect -- quot )
dup
typed-def?
[
(typed-def)
]
[
nip
no-types-specified
]
if
;