Handbook
Glossary
change-doc-range ( from to document quot -- )
Vocabulary
documents
Inputs
from
an
object
to
an
object
document
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
documents
:
change-doc-range
( from to document quot -- )
[
[
doc-range
]
]
dip
compose
3keep
set-doc-range
;
inline