--- title: "Minerva Bug?" type: "article" slug: "minerva-bug" url: "http://localhost/article/minerva-bug/" markdown_url: "http://localhost/article/minerva-bug.md" published_at: "2026-02-08T16:58:52+00:00" modified_at: "2026-02-08T16:58:53+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "On occasion, I attempt to translate a program, written as \"spaghetti code\" in one of the several primitive Basics, into SuperBasic. Where the author has left little or no room between lines, it becomes necessary to renumber the program in order to get some working room. In the course of one such attempt, I encountered…" 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/" model: - name: "Sinclair QL" slug: "sinclair-ql" taxonomy: "model" url: "http://localhost/model/sinclair-ql/" indiv: - name: "Mel E. LaVerne" slug: "m-e-laverne" taxonomy: "indiv" url: "http://localhost/indiv/m-e-laverne/" publication_r: id: 33740 title: "International QL Report" type: "periodical" url: "http://localhost/periodical/international-ql-report/" authors_r: - name: "Mel E. LaVerne" slug: "m-e-laverne" taxonomy: "indiv" url: "http://localhost/indiv/m-e-laverne/" volume: "4" issue: "1" issues_articles: - id: 37220 title: "International QL Report V4 I1" type: "issue" url: "http://localhost/issue/international-ql-report-v4-i1/" pages: "49-50" pubdate: "May/June 1994" archive_link: false --- # Minerva Bug? On occasion, I attempt to translate a program, written as “spaghetti code” in one of the several primitive Basics, into SuperBasic. Where the author has left little or no room between lines, it becomes necessary to renumber the program in order to get some working room. In the course of one such attempt, I encountered an interesting feature (read that, “bug”) in Minerva’s handling of GO TO and GO SUB.