Handbook
Glossary
sub-insn? ( object -- ? )
Vocabulary
rpn
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
sub-insn
class.
Definition
USING:
kernel
;
IN:
rpn
:
sub-insn?
( object -- ? )
\
sub-insn
eq?
;