--- title: "Addressing Devices in Pascal" type: "article" slug: "addressing-devices-in-pascal" url: "http://localhost/article/addressing-devices-in-pascal/" markdown_url: "http://localhost/article/addressing-devices-in-pascal.md" published_at: "2026-02-14T01:50:57+00:00" modified_at: "2026-02-14T01:51:00+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Pascal is a language that was designed to work with files, rather than channels (as BASIC does). In general terms, this should make no difference in most cases, but it does when we want to send output to different location." category: - name: "QL Report" slug: "ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/ql-report/" 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: "Mel MacKaron" slug: "mel-mackaron" taxonomy: "indiv" url: "http://localhost/indiv/mel-mackaron/" publication_r: id: 39073 title: "QL Report" type: "periodical" url: "http://localhost/periodical/ql-report/" authors_r: - name: "Mel MacKaron" slug: "mel-mackaron" taxonomy: "indiv" url: "http://localhost/indiv/mel-mackaron/" volume: "3" issue: "7" issues_articles: - id: 39090 title: "QL Report v3 n7" type: "issue" url: "http://localhost/issue/ql-report-v3-n7/" pages: "4" pubdate: "July 15, 1987" archive_link: false --- # Addressing Devices in Pascal Pascal is a language that was designed to work with files, rather than channels (as BASIC does). In general terms, this should make no difference in most cases, but it does when we want to send output to different location.