Handbook
Glossary
<todo-url> ( url depth -- todo-url )
Vocabulary
spider
.
unique-deque
Inputs
url
an
object
depth
an
object
Outputs
todo-url
an
object
Definition
USING:
accessors
kernel
;
IN:
spider.unique-deque
:
<todo-url>
( url depth -- todo-url )
todo-url
new
swap
>>depth
swap
>>url
;