--- title: "ToolKit1" id: 70960 type: "computer_media" slug: "toolkit1" url: "http://localhost/computer_media/toolkit1/" markdown_url: "http://localhost/computer_media/toolkit1.md" published_at: "2026-08-24T23:32:28+00:00" modified_at: "2026-08-24T23:32:29+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2026/08/toolkit1.png" alt: "ToolKit1 screen" excerpt: "A handy four-function BASIC toolkit offering line renumbering, REM stripping, line deletion, and variable listing to streamline program development." category: - name: "Archived Media" slug: "archived-media" taxonomy: "category" url: "http://localhost/category/archived-media/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "George Chambers" slug: "george-chambers" taxonomy: "indiv" url: "http://localhost/indiv/george-chambers/" genre: - name: "Utility" slug: "utility" taxonomy: "genre" url: "http://localhost/type/utility/" media_type: "Program" programmers: - name: "George Chambers" slug: "george-chambers" taxonomy: "indiv" url: "http://localhost/indiv/george-chambers/" download_url: "https://archive.org/download/timex-sinclair-software-archive/ToolKit1%20%281984%29%28Chambers%2C%20George%29%28TS2068%29%28US%29%28Program%29.zip" mediadate: "1984" images: - url: "http://localhost/wp-content/uploads/2026/08/toolkit1.png" alt: "ToolKit1 screen" media_type_tags: "Utility" --- # ToolKit1 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.