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

Prev:=col ( n loc -- newloc )
Next:lines-equal? ( loc1 loc2 -- ? )


Vocabulary
documents

Inputs
nan integer
loca pair of integers


Outputs
newloca pair of integers


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

See also
+col, +line, =col

Definition