--- title: "Recursion in SuperBasic" type: "article" slug: "recursion-in-superbasic" url: "http://localhost/article/recursion-in-superbasic/" markdown_url: "http://localhost/article/recursion-in-superbasic.md" published_at: "2026-02-23T01:30:12+00:00" modified_at: "2026-02-23T01:30:13+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Recursion in programming means a program can call itself. SuperBASIC supports recursion in both functions and procedures." category: - name: "NESQLUG News" slug: "nesqlug-news" taxonomy: "category" url: "http://localhost/category/periodicals/nesqlug-news/" post_tag: - 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: "Bill Cable" slug: "bill-cable" taxonomy: "indiv" url: "http://localhost/indiv/bill-cable/" publication_r: id: 49611 title: "NESQLUG News" type: "periodical" url: "http://localhost/periodical/new-england-ql-user-group/" authors_r: - name: "Bill Cable" slug: "bill-cable" taxonomy: "indiv" url: "http://localhost/indiv/bill-cable/" volume: "2" issue: "6" issues_articles: - id: 50162 title: "NESQLUG News v2 n6" type: "issue" url: "http://localhost/issue/nesqlug-news-v2-n6/" pages: "2-3" pubdate: "May/June 1992" archive_link: false --- # Recursion in SuperBasic Recursion in programming means a program can call itself. SuperBASIC supports recursion in both functions and procedures.