--- title: "A Basic Eraser" type: "article" slug: "a-basic-eraser" url: "http://localhost/article/a-basic-eraser/" markdown_url: "http://localhost/article/a-basic-eraser.md" published_at: "2020-10-27T17:15:16+00:00" modified_at: "2024-05-26T13:46:34+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Short machine language routine to erase a block of a BASIC program, from the current cursor location to the end of the program." category: - name: "Sinclair Timex User Group Newsletter" slug: "sinclair-timex-user-group-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/sinclair-timex-user-group-newsletter/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "David Wood" slug: "david-wood" taxonomy: "indiv" url: "http://localhost/indiv/david-wood/" publication: "Sinclair Timex User Group Newsletter" publication_r: id: 21538 title: "Sinclair Timex User Group Newsletter" type: "periodical" url: "http://localhost/periodical/sinclair-timex-user-group-newsletter/" authors: "Dave Wood" volume: "3" issue: "1" issues_articles: - id: 26617 title: "Sinclair Timex User Group Newsletter v3 n1" type: "issue" url: "http://localhost/issue/sinclair-timex-user-group-newsletter-v3-n1/" pages: "5" pubdate: "January 1984" archive_link: false volumeissue: "v3n1" --- # A Basic Eraser Short machine language routine to erase a block of a BASIC program, from the current cursor location to the end of the program.