--- title: "Structured Basic Tree Programs" type: "article" slug: "structured-basic-tree-programs" url: "http://localhost/article/structured-basic-tree-programs/" markdown_url: "http://localhost/article/structured-basic-tree-programs.md" published_at: "2020-10-27T17:09:54+00:00" modified_at: "2022-12-11T02:45:00+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Structured BASIC is BASIC which is organized so that each module or section of a program has ONE entry point and ONE exit point. The opposite of this, so-called \"spaghetti\" BASIC, is programming that has multiple entry and/or exit points in its modules." category: - name: "SyncWare News" slug: "syncware-news" taxonomy: "category" url: "http://localhost/category/periodicals/syncware-news/" post_tag: - name: "Tutorial" slug: "tutorial" taxonomy: "post_tag" url: "http://localhost/tag/tutorial/" indiv: - name: "John Danielson" slug: "john-danielson" taxonomy: "indiv" url: "http://localhost/indiv/john-danielson/" publication: "SyncWare News" publication_r: id: 10245 title: "SyncWare News" type: "periodical" url: "http://localhost/periodical/syncware-news/" authors: "John Danielson" volume: "4" issue: "3" issues_articles: - id: 26690 title: "SyncWare News v4 n3" type: "issue" url: "http://localhost/issue/syncware-news-v4-n3/" pages: "22-23" pubdate: "Jan-Feb 1987" archive_link: false volumeissue: "v4n3" --- # Structured Basic Tree Programs Structured BASIC is BASIC which is organized so that each module or section of a program has ONE entry point and ONE exit point. The opposite of this, so-called “spaghetti” BASIC, is programming that has multiple entry and/or exit points in its modules.