BSD 4_2 development
[unix-history] / usr / lib / learn / eqn / L11.1b
CommitLineData
48baa1c3
C
1#once #create message
2.ND
3.tr %$
4.EQ
5delim $$
6.EN
7.LP
8The quoting mechanism can also be used to turn off the special meaning
9of things like the dollar sign and braces.
10Modify "Example" so it prints the following output, then
11type "ready".
12.pl 1
13#
14#once #create Ref
15.EQ
16delim $$
17.EN
18.LP
19The cost of processing is proportional to
20$characters over "$"$.
21.pl 1
22#once #create Example
23.LP
24The cost of processing is proportional to
25.pl 1
26#
27#once neqn Ref | nroff >X1 &
28#once neqn message Ref | nroff -T$term %s/tinyms -
29#user
30neqn Example | nroff >X2
31#cmp X1 X2
32#log
33#next
3411.1c 10