--- title: "Programming Concepts" type: "article" slug: "programming-concepts-4" url: "http://localhost/article/programming-concepts-4/" markdown_url: "http://localhost/article/programming-concepts-4.md" published_at: "2024-01-07T22:00:24+00:00" modified_at: "2024-05-26T13:29:03+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Our example program, ZX TIC TAC TOE (the listing appeared in May/June '87 on pages 21 & 22), has the LOAD name \"TTT\". When storing a program on a cassette, it is better to give it a name, especially when the tape contains other different programs. The procedure is, of course, to use a REM…" category: - name: "Time Designs Magazine" slug: "time-designs" taxonomy: "category" url: "http://localhost/category/periodicals/time-designs/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Tutorial" slug: "tutorial" taxonomy: "post_tag" url: "http://localhost/tag/tutorial/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Albert Rodriguez" slug: "albert-rodriguez" taxonomy: "indiv" url: "http://localhost/indiv/albert-rodriguez/" publication_r: id: 10277 title: "Time Designs Magazine" type: "periodical" url: "http://localhost/periodical/time-designs-magazine/" authors: "Albert Rodriguez" volume: "3" issue: "5" issues_articles: - id: 36803 title: "Time Designs Magazine v3 n5" type: "issue" url: "http://localhost/issue/time-designs-magazine-v3-n5/" pages: "27" pubdate: "July/August 1987" archive_link: false --- # Programming Concepts Our example program, ZX TIC TAC TOE (the listing appeared in May/June ’87 on pages 21 & 22), has the LOAD name “TTT”. When storing a program on a cassette, it is better to give it a name, especially when the tape contains other different programs. The procedure is, of course, to use a REM statement with the name of the program within a pair of quotations (see the chapter in the User Manual regarding LOAD/SAVE).