Handbook
Glossary
irc-connected? ( 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-connected
class.
Definition
USING:
kernel
;
IN:
irc.client.chats
:
irc-connected?
( object -- ? )
\
irc-connected
eq?
;