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

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


Vocabulary
documents

Inputs
nan integer
loca pair of integers


Outputs
newloca pair of integers


Word description
Sets the column number of a line/column pair.

See also
+col, +line, =line

Definition