line-end ( line# document -- loc )


Vocabulary
documents

Inputs
line#a non-negative integer
documenta document


Outputs
loca pair of integers


Word description
Outputs the location where line# ends.

Errors
Throws an error if line# is out of bounds.

Definition