Written in machine language expressly for those programming in BASIC on the TS 2068, the tool provides 5 useful functions:
- Renumbers a program beginning at any line number, using any initial line number, in any step up to 9999. Renumbers explicit line references of: GOTO, GOSUB, LIST, LLIST, RUN, RESTORE, and SAVE “โฆ.” LINE. Also works with VAL references, e.g., GOTO VAL “1500”. Lists lines containing undefined line numbers (such as GOTO a*100).
- Lists current values of all BASIC variables; numeric and string variables, numeric and string arrays and loop control variables.
- Finds any string of characters and lists every line containing that string.
- Replaces any string, in every line in which it 1s found, by any other string.
- Deletes all lines beginning with REM. Helps conserve memory and load time for operating versions of your programs.