Handbook
Glossary
print-spidering ( spider-result -- )
Vocabulary
spider
.
private
Inputs
spider-result
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
math.parser
prettyprint
threads
;
IN:
spider.private
:
print-spidering
( spider-result -- )
[
url>>
]
[
depth>>
]
bi
"depth: "
write
number>string
write
", spidering: "
write
.
yield
;