ToolKit1 is a BASIC programming utility that provides four developer-oriented tools for managing and cleaning up BASIC programs. The menu-driven interface offers Renumber (to reassign line numbers), REMkill (to strip out all REM comment statements), Delete (to remove ranges of lines), and Variable List (to display all variables used in the current program). These functions address common housekeeping tasks that the built-in BASIC editor does not natively support. The REMkill feature is particularly useful for recovering memory after development, since REM statements can consume significant space in the program area.
Note: Type-in program listings on this website use ZMAKEBAS notation for graphics characters.
