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