--- title: "The “PEEK VARS” Utility" type: "article" slug: "the-peek-vars-utility" url: "http://localhost/article/the-peek-vars-utility/" markdown_url: "http://localhost/article/the-peek-vars-utility.md" published_at: "2020-10-27T17:13:46+00:00" modified_at: "2024-05-26T13:17:38+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "The PEEK VARS utility is designed to be MERGED to a Basic program either under construction, or one that is being modified. Use it as a \"dangling sub-routine\" to be consulted when facts about the System Variables are needed. «GO TO 9000» gets a screen print of the System Variables that may be needed for…" category: - name: "Update Magazine" slug: "update-magazine" taxonomy: "category" url: "http://localhost/category/periodicals/update-magazine/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Bill Jones" slug: "bill-jones" taxonomy: "indiv" url: "http://localhost/indiv/bill-jones/" publication: "TS-2068 Up-date" publication_r: id: 10283 title: "Update Magazine" type: "periodical" url: "http://localhost/periodical/update-magazine/" authors: "Bill Jones" issues_articles: - id: 26461 title: "Update July 1988" type: "issue" url: "http://localhost/issue/ts-2068-up-date-july-1988/" pages: "48" pubdate: "July 1988" archive_link: false volumeissue: "vn" --- # The “PEEK VARS” Utility The PEEK VARS utility is designed to be MERGED to a Basic program either under construction, or one that is being modified. Use it as a “dangling sub-routine” to be consulted when facts about the System Variables are needed. «GO TO 9000» gets a screen print of the System Variables that may be needed for program analysis. Then after the System Vars are known, «CONT ENTER» prints the whole Variable Storage area of memory, disassembled by memory address and character code (in decimal).