Authors
C. C. Stalder
Publication
Publication Details
Volume: 5 Issue: 1
Date
January 1984
Pages
14-17
See all articles from Syntax/Syntax ZX80 v5 n1
Utility programs for renumbering the lines of BASIC programs facilitate merging with other programs, spreading out line numbers to make room for additional lines, and neatening up finished programs. Changing line numbers is easy, but a useful renumbering utility must also fix the destination line numbers in GOTOs and GOSUBs, a more difficult task. This program does the job, although slowly since it is written almost entirely in BASIC.