--- title: "Translation of SuperBASIC into Fortran 77" type: "article" slug: "translation-of-superbasic-into-fortran-77" url: "http://localhost/article/translation-of-superbasic-into-fortran-77/" markdown_url: "http://localhost/article/translation-of-superbasic-into-fortran-77.md" published_at: "2026-02-08T13:09:25+00:00" modified_at: "2026-02-08T13:28:04+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "In the last issue we looked at implementing some of the SuperBASIC maths functions and the majority of the memory manipulation routines, that are missing from FORTRAN 77 ie the PEEK and POKE functions and procedures. I also gave some insight as to what would be tackled next, namely the loop primitives, functions and procedures." category: - name: "International QL Report" slug: "international-ql-report" taxonomy: "category" url: "http://localhost/category/periodicals/international-ql-report/" post_tag: - name: "QL" slug: "ql" taxonomy: "post_tag" url: "http://localhost/tag/ql/" - name: "Superbasic (programming language)" slug: "superbasic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/superbasic-programming-language/" - 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/" publication_r: id: 33740 title: "International QL Report" type: "periodical" url: "http://localhost/periodical/international-ql-report/" authors: "Geraint Jones" volume: "2" issue: "6" issues_articles: - id: 37219 title: "International QL Report V2 I6" type: "issue" url: "http://localhost/issue/international-ql-report-v2-i6/" pages: "224-229" pubdate: "March/April 1993" archive_link: false --- # Translation of SuperBASIC into Fortran 77 In the last issue we looked at implementing some of the SuperBASIC maths functions and the majority of the memory manipulation routines, that are missing from FORTRAN 77 ie the PEEK and POKE functions and procedures. I also gave some insight as to what would be tackled next, namely the loop primitives, functions and procedures.