end-on-line ( to line# document -- n2 )


Vocabulary
documents

Inputs
toan object
line#an object
documentan object


Outputs
n2an object


Definition


:: end-on-line ( to line# document -- n2 )
to first line# =
[ to second ] [ line# document doc-line length ] if ;