Handbook
Glossary
<robots> ( site sitemap rules -- robots )
Vocabulary
robots
Inputs
site
an
object
sitemap
an
object
rules
an
object
Outputs
robots
an
object
Definition
USING:
accessors
kernel
;
IN:
robots
:
<robots>
( site sitemap rules -- robots )
\
robots
new
swap
>>rules
swap
>>sitemap
swap
>>site
;