--- title: "The Chaotic Return" type: "article" slug: "the-chaotic-return" url: "http://localhost/article/the-chaotic-return/" markdown_url: "http://localhost/article/the-chaotic-return.md" published_at: "2026-03-15T00:40:57+00:00" modified_at: "2026-03-15T00:40:57+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Corrected QL SuperBASIC chaos program responding to the challenge posed in issue 4. Replaces POINT with BLOCK for the physical coordinate system, and randomizes the value of r (r = 5 + 512*(r-3)) rather than sweeping sequentially, causing the full bifurcation diagram structure to become visible progressively rather than rendered one line at a time.…" category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" 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/" indiv: - name: "Mark Wahl" slug: "mark-wahl" taxonomy: "indiv" url: "http://localhost/indiv/mark-wahl/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Mark Wahl" slug: "mark-wahl" taxonomy: "indiv" url: "http://localhost/indiv/mark-wahl/" volume: "7" issue: "12" issues_articles: - id: 38873 title: "Timelinez v7 n7-12" type: "issue" url: "http://localhost/issue/timelinez-v7-n7-12/" pages: "10" pubdate: "July-December 1989" archive_link: false --- Corrected QL SuperBASIC chaos program responding to the challenge posed in issue 4. Replaces POINT with BLOCK for the physical coordinate system, and randomizes the value of r (r = 5 + 512*(r-3)) rather than sweeping sequentially, causing the full bifurcation diagram structure to become visible progressively rather than rendered one line at a time. Full SuperBASIC listing provided (Chaos4_bas).