--- title: "JRT Pascal – Programming Language" type: "article" slug: "jrt-pascal-programming-language" url: "http://localhost/article/jrt-pascal-programming-language/" markdown_url: "http://localhost/article/jrt-pascal-programming-language.md" published_at: "2025-07-24T21:25:59+00:00" modified_at: "2025-07-24T21:26:00+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "I said that last time we might actually begin writting a program in PASCAL using the JRT PASCAL system for CP/M and the AERCO RP/M disk system. What I am going to do is to actually “walk” you through a demo program, and a very simple one, that will show you what actually takes place…" category: - name: "The Data Expansion" slug: "the-data-expansion" taxonomy: "category" url: "http://localhost/category/periodicals/the-data-expansion/" post_tag: - name: "Pascal (programming language)" slug: "pascal" taxonomy: "post_tag" url: "http://localhost/tag/pascal/" - 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: "David Baulch" slug: "david-baulch" taxonomy: "indiv" url: "http://localhost/indiv/david-baulch/" publication_r: id: 50143 title: "The Data Expansion" type: "periodical" url: "http://localhost/periodical/the-data-expansion/" authors_r: - name: "David Baulch" slug: "david-baulch" taxonomy: "indiv" url: "http://localhost/indiv/david-baulch/" volume: "5" issue: "2" issues_articles: - id: 50244 title: "The Data Expansion v5 n2" type: "issue" url: "http://localhost/issue/the-data-expansion-v5-n2/" pages: "8-10" pubdate: "February 1988" archive_link: false --- # JRT Pascal – Programming Language I said that last time we might actually begin writting a program in PASCAL using the JRT PASCAL system for CP/M and the AERCO RP/M disk system. What I am going to do is to actually “walk” you through a demo program, and a very simple one, that will show you what actually takes place when you create your program.