--- title: "QL Pascal" type: "article" slug: "ql-pascal" url: "http://localhost/article/ql-pascal/" markdown_url: "http://localhost/article/ql-pascal.md" published_at: "2026-01-20T01:37:52+00:00" modified_at: "2026-01-20T01:37:53+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "What is Pascal? It is the name of a French mathematician and philosopher (Blaise, P., 1623-1662}, but it is also the name of a high-level computer language. This lenguage was developed in 1968 for the main purpose of teaching computer programming. Since that time it has become quite popular as an all-purpose language for use…" category: - name: "CATS Newsletter" slug: "cats-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/cats-newsletter/" post_tag: - name: "Pascal (programming language)" slug: "pascal" taxonomy: "post_tag" url: "http://localhost/tag/pascal/" - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Tim Swenson" slug: "tim-swenson" taxonomy: "indiv" url: "http://localhost/indiv/tim-swenson/" publication_r: id: 35941 title: "CATS Newsletter" type: "periodical" url: "http://localhost/periodical/cats-newsletter/" authors_r: - name: "Duane Parker" slug: "duane-parker" taxonomy: "indiv" url: "http://localhost/indiv/duane-parker/" volume: "7" issue: "2" issues_articles: - id: 38891 title: "CATS v7 n2" type: "issue" url: "http://localhost/issue/cats-v7-n2/" pages: "4-5" pubdate: "June 1989" archive_link: false --- # QL Pascal What is Pascal? It is the name of a French mathematician and philosopher (Blaise, P., 1623-1662}, but it is also the name of a high-level computer language. This lenguage was developed in 1968 for the main purpose of teaching computer programming. Since that time it has become quite popular as an all-purpose language for use on microcomputers. It is a compiled language – that is, programs are first written as a text file, and then converted to a program that will run. The conversion is performed by a special program, called a “compiler”. Usually run-time procedures must be also be linked with the compiled code-file to complete the process. The final result is a machine code program, that can loaded and run, on the QL, by typing in the Qdos command “exec drive & filename>”. Pascal compiler’s ate available for all the T/S computers. Three of them have been written for the QLI.