Handbook
Glossary
to-me? ( object -- ? )
Vocabulary
irc
.
client
.
base
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
to-me
class.
Definition
USING:
accessors
kernel
;
IN:
irc.client.base
:
to-me?
( object -- ? )
dup
to-target?
[
target>>
me?
]
[
drop
f
]
if
;