1 08/22/80  example_line_number.compin
 2 
 3 Syntax:  .ifi example_line_number {"reset"}
 4       OR
 5          .ifi ex_lineno {"reset"}
 6 
 7 
 8 Function:
 9 This macro adds reference line numbers to the lines of an example.
10 
11 
12 Macro action:
13 1) If "reset" is not given, sets the current value of the example line
14    number counter hanging by one indentation level.  However, if bul-
15    lets are also being used in the example, the line number is set
16    hanging by two indentation levels.
17 2) If "reset" is given, sets the example line counter back to 1 in
18    preparation for the next example.
19 
20 
21 Notes:
22 1) See example.compin.info for information on how to establish the
23    extra space needed for line numbers and/or bullets.
24 
25 (END)