1 03/10/76 merge_text, mgt
 2 
 3 Function:  inserts contents of a segment into the temporary text. See
 4 Notes.
 5 
 6 
 7 Syntax:  merge_text path {line_number}
 8 
 9 
10 Arguments:
11 path   pathname of segment to be inserted; this segment must have
12 line numbers.
13 
14 line_number   line number after which the segment is inserted.
15 If omitted, segment is inserted at the end of the temporary text.
16 
17 
18 
19 Notes:  Inserted text is resequenced so that new text does not
20 duplicate existing line numbers.  Special editing is done for
21 BASIC source text, i.e. references to lines that are
22 renumbered are edited to reflect the new numbers.