summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/eqn/L11.1c
blob: 3b669c8a0a044f53c7c81629026acc507f8c812e (plain)
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
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
Modify "Example" so it prints the following output, then
type "ready".
.pl 1
#once #create Ref
.EQ
delim $$
.EN
.LP
The cost of processing is proportional to
${ "{" characters "}" } over "$"$.
.pl 1
#once #create Example
.LP
The cost of processing is proportional to
.pl 1
#
#once neqn Ref | nroff >X1 &
#once neqn message Ref | nroff -T$term %s/tinyms -
#user
neqn Example | nroff >X2
#cmp X1 X2
#log
#next
11.1d 10