Handbook
Glossary
entire-doc ( document -- start end document )
Vocabulary
documents
.
private
Inputs
document
an
object
Outputs
start
an
object
end
an
object
document
an
object
Definition
USING:
documents
kernel
;
IN:
documents.private
:
entire-doc
( document -- start end document )
[
[
doc-start
]
dip
doc-end
]
keep
;