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