--- title: "Programming Tips" type: "article" slug: "programming-tips-3" url: "http://localhost/article/programming-tips-3/" markdown_url: "http://localhost/article/programming-tips-3.md" published_at: "2022-10-07T12:27:46+00:00" modified_at: "2026-07-28T00:46:58+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Here are a few of my favorite RAM saving substitutes for you to ponder: Instead ofTry usingPRINT #0PRINT #RNDGOTO 3GOTO PIPRINT #1;PRINT #RND;GOTO 6GOTO PI+PI0NOT PIGOTO 10GOTO PI*PI1SGN PIGOTO 8000GOTO VAL \"8e3\"100CODE \"d\"INK 3INK INT PIPOKE 23658,0POKE VAL \"23658\",NOT PI" category: - name: "Nite-Times News" slug: "nite-times-news" taxonomy: "category" url: "http://localhost/category/periodicals/nite-times-news/" post_tag: - name: "Best of Timex/Sinclair 2068 Articles and Documents" slug: "ts2068best" taxonomy: "post_tag" url: "http://localhost/tag/ts2068best/" - name: "LARKEN Electronics" slug: "larken-electronics" taxonomy: "post_tag" url: "http://localhost/tag/larken-electronics/" - name: "Reference" slug: "reference" taxonomy: "post_tag" url: "http://localhost/tag/reference/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" publication_r: id: 10206 title: "Nite-Times News" type: "periodical" url: "http://localhost/periodical/nite-times-news/" volume: "7" issue: "4" issues_articles: - id: 39316 title: "Nite-Times News v7 n4" type: "issue" url: "http://localhost/issue/nite-times-news-v7-n4/" pages: "7" pubdate: "July - August 1993" archive_link: false companies_articles: - id: 11042 title: "LARKEN Electronics" type: "company" url: "http://localhost/company/larken-electronics/" --- # Programming Tips Here are a few of my favorite RAM saving substitutes for you to ponder: | Instead of | Try using | | --- | --- | | PRINT #0 | PRINT #RND | | GOTO 3 | GOTO PI | | PRINT #1; | PRINT #RND; | | GOTO 6 | GOTO PI+PI | | 0 | NOT PI | | GOTO 10 | GOTO PI*PI | | 1 | SGN PI | | GOTO 8000 | GOTO VAL “8e3” | | 100 | CODE “d” | | INK 3 | INK INT PI | | POKE 23658,0 | POKE VAL “23658”,NOT PI |