Handbook
Glossary
normal-inverse? ( object -- ? )
Vocabulary
inverse
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
normal-inverse
class.
Definition
USING:
kernel
words
;
IN:
inverse
:
normal-inverse?
( object -- ? )
dup
word?
[
"inverse"
word-prop
>boolean
]
[
drop
f
]
if
;