--- title: "Simulating DATA, READ, and RESTORE Statements" type: "article" slug: "simulating-data-read-and-restore-statements" url: "http://localhost/article/simulating-data-read-and-restore-statements/" markdown_url: "http://localhost/article/simulating-data-read-and-restore-statements.md" published_at: "2025-11-05T14:30:03+00:00" modified_at: "2025-11-05T18:42:36+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Most versions of BASIC have DATA, READ, and RESTORE statements. If these statements can be simulated for the Timex/Sinclair 1000/ZX81, one has a powerful addition to Sinclair BASIC. The simulated DATA, READ, and RESTORE statements make it possible to translate many programs into Sinclair BASIC without making major changes in the program." category: - name: "T-S Horizons" slug: "t-s-horizons" taxonomy: "category" url: "http://localhost/category/periodicals/t-s-horizons/" 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: "Allen H. Wolach" slug: "allen-h-wolach" taxonomy: "indiv" url: "http://localhost/indiv/allen-h-wolach/" publication_r: id: 10247 title: "T-S Horizons" type: "periodical" url: "http://localhost/periodical/t-s-horizons/" authors_r: - name: "Allen H. Wolach" slug: "allen-h-wolach" taxonomy: "indiv" url: "http://localhost/indiv/allen-h-wolach/" issue: "13" issues_articles: - id: 50950 title: "T-S Horizons n13" type: "issue" url: "http://localhost/issue/t-s-horizons-n13/" pages: "24-26" pubdate: "Apri 1985" archive_link: false --- # Simulating DATA, READ, and RESTORE Statements Most versions of BASIC have DATA, READ, and RESTORE statements. If these statements can be simulated for the Timex/Sinclair 1000/ZX81, one has a powerful addition to Sinclair BASIC. The simulated DATA, READ, and RESTORE statements make it possible to translate many programs into Sinclair BASIC without making major changes in the program.