+line ( loc n -- newloc )
Factor handbook » UI framework » Building user interfaces » Pre-made UI gadgets » Editor gadgets » Documents » Document locations

Prev:+col ( loc n -- newloc )
Next:=col ( n loc -- newloc )


Vocabulary
documents

Inputs
loca pair of integers
nan integer


Outputs
newloca pair of integers


Word description
Adds an integer to the line number of a line/column pair.

See also
+col, =col, =line

Definition