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