Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
change-doc-range ( from to document quot -- )
Vocabulary
documents
Definition
USING:
kernel
;
IN:
documents
:
change-doc-range
( from to document quot -- )
[
[
doc-range
]
]
dip
compose
3keep
set-doc-range
;
inline