1 03/10/76 resequence, rsq
 2 
 3 Function:  renumbers specified lines of temporary text or a
 4 saved segment.  See Notes.
 5 
 6 
 7 Syntax:  resequence {path} {-control_arg} {new_number} {increment}
 8 
 9 
10 Arguments:
11 path   pathname of segment to be resequenced; if omitted, the
12 temporary text is used.
13 
14 new_number   first new line number assigned (default is 100).
15 
16 increment   increment used to derive subsequent line numbers
17 (default is 10).
18 
19 
20 Control arguments: -pathname path, -pn path specifies that path
21 begins with a digit.
22 
23 
24 Notes:  This command does special editing for BASIC source text,
25 i.e., references to lines that are renumbered are changed to correspond
26 to the new line numbers.  In all other cases, only line numbers at the
27 beginning of the line are changed.