Handbook
Glossary
=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
n
an
integer
loc
a pair of integers
Outputs
newloc
a pair of integers
Word description
Sets the column number of a line/column pair.
See also
+col
,
+line
,
=line
Definition
USING:
arrays
kernel
sequences
;
IN:
documents
:
=col
( n loc -- newloc )
first
swap
2array
;