Handbook
Glossary
doc-end ( document -- loc )
Vocabulary
documents
Inputs
document
a
document
Outputs
loc
a pair of integers
Word description
Outputs the location of the end of the document.
Definition
USING:
kernel
;
IN:
documents
:
doc-end
( document -- loc )
[
last-line#
]
keep
line-end
;