Handbook
Glossary
matches-word? ( word requested -- ? )
Vocabulary
foogle
.
private
Inputs
word
an
object
requested
an
object
Outputs
?
an
object
Definition
USING:
effects
kernel
;
IN:
foogle.private
::
matches-word?
( word requested -- ? )
word
stack-effect
[
word
documented-types
typed-effect
requested
matches-effect?
]
[
f
]
if*
;