aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/nr/incr.in
blob: d802c12668ac52c4b341cb8cedede4d2d1b71225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" $OpenBSD: incr.in,v 1.1 2018/04/10 00:52:21 schwarze Exp $
.TH NR-INCR 1 "April 10, 2018"
.SH NAME
nr-incr \- increment a number register by accessing it
.SH DESCRIPTION
.nr myr 0 1
Roff can count by merely accessing a number register:
\n+[myr]
\n+[myr]
\n+[myr]
.PP
.nr myr +0 1+1
It can also change the step size:
\n+[myr]
\n+[myr]
\n+[myr]
.PP
.nr myr +0 3
It can also count down:
\n-[myr]
\n-[myr]
\n-[myr]
\n-[myr]
.PP
.nr myr -0 -2
Down in negative steps is up:
\n-[myr]
\n-[myr]
\n-[myr]
\n-[myr]
.PP
.nr myr 42
Go to some other value,
then continue incrementing with an unchanged (negative) step size:
\n+[myr]
\n+[myr]
\n+[myr]