--- title: "It’s Still BASIC, Isn’t It? (Part Two)" type: "article" slug: "its-still-basic-isnt-it-part-two" url: "http://localhost/article/its-still-basic-isnt-it-part-two/" markdown_url: "http://localhost/article/its-still-basic-isnt-it-part-two.md" published_at: "2026-03-13T14:05:09+00:00" modified_at: "2026-03-13T14:05:10+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Part two of a tutorial mapping Sinclair BASIC commands to their IBM BASIC equivalents, covering LOCATE vs PRINT AT, TAB, SPC, PLOT/PSET, CIRCLE, LINE/DRAW, and box-drawing commands. Working code examples accompany each comparison to help Sinclair programmers understand parallel IBM constructs." category: - name: "The RAMTOP" slug: "the-ramtop" taxonomy: "category" url: "http://localhost/category/periodicals/the-ramtop/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" publication_r: id: 39272 title: "The RAMTOP" type: "periodical" url: "http://localhost/periodical/the-ramtop/" issues_articles: - id: 50263 title: "The RAMTOP Fall 1991" type: "issue" url: "http://localhost/issue/the-ramtop-fall-1991/" pages: "2" pubdate: "Fall 1991" archive_link: false --- # It’s Still BASIC, Isn’t It? (Part Two) Part two of a tutorial mapping Sinclair BASIC commands to their IBM BASIC equivalents, covering LOCATE vs PRINT AT, TAB, SPC, PLOT/PSET, CIRCLE, LINE/DRAW, and box-drawing commands. Working code examples accompany each comparison to help Sinclair programmers understand parallel IBM constructs.