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

Next:+line ( loc n -- newloc )


Vocabulary
documents

Inputs
loca pair of integers
nan integer


Outputs
newloca pair of integers


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

See also
+line, =col, =line

Definition