Handbook
Glossary
zim-responder? ( object -- ? )
Vocabulary
zim
.
server
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
zim-responder
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
zim.server
:
zim-responder?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
zim-responder
eq?
]
[
drop
f
]
if
;