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