1 03/10/76 move_text, mt
 2 
 3 Function:  relocates and resequences one or more lines of temporary text.
 4 See Notes.
 5 
 6 
 7 Syntax:  mt first_line {last_line} ,line_number
 8 
 9 
10 Arguments:
11 first_line   line number of first line to be moved.
12 
13 last_line   line number of last line to be moved; if omitted, only
14 line specified by first_line is moved.
15 
16 ,line_number   line number after which moved lines are inserted.
17 This line number must be preceded by a comma.
18 
19 
20 Notes:
21 If new line numbers cause duplication of existing line numbers, enough
22 lines are resequenced to ensure no overlap.
23 
24 Special editing is done for BASIC source text, i.e., references
25 to lines that are renumbered are edited to reflect the new numbers.
26 
27 The first_line and last_line do not have to appear in the text, but
28 the range specified by them must contain at least one line.