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