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