--- title: "The Logic Operator, NOT" type: "article" slug: "the-logic-operator-not" url: "http://localhost/article/the-logic-operator-not/" markdown_url: "http://localhost/article/the-logic-operator-not.md" published_at: "2022-10-07T12:25:41+00:00" modified_at: "2026-08-04T12:39:01+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "For many of us, computer logic is a bit difficult to understand, and articles like the one reputed to be by Sharon Z. Aker in the July ’88 issue of UPDATE muddies the water more. On page 14, under the title of Priorty, the article states that NOT BC. This…" category: - name: "LISTing Newsletter" slug: "listing-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/listing-newsletter/" post_tag: - name: "Best of Timex/Sinclair 2068 Articles and Documents" slug: "ts2068best" taxonomy: "post_tag" url: "http://localhost/tag/ts2068best/" - name: "Reference" slug: "reference" taxonomy: "post_tag" url: "http://localhost/tag/reference/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Warren Fricke" slug: "warren-fricke" taxonomy: "indiv" url: "http://localhost/indiv/warren-fricke/" publication_r: id: 38992 title: "LISTing Newsletter" type: "periodical" url: "http://localhost/periodical/listing-newsletter/" authors: "Warren Fricke" authors_r: - name: "Warren Fricke" slug: "warren-fricke" taxonomy: "indiv" url: "http://localhost/indiv/warren-fricke/" issues_articles: - id: 40152 title: "LISTing Newsletter January 1991" type: "issue" url: "http://localhost/issue/listing-newsletter-january-1991/" pages: "6" pubdate: "January 1991" archive_link: false --- # The Logic Operator, NOT For many of us, computer logic is a bit difficult to understand, and articles like the one reputed to be by Sharon Z. Aker in the July ’88 issue of UPDATE muddies the water more. On page 14, under the title of Priorty, the article states that NOT BC. This is wrong. NOT applies to the entire expression B 50. Shall we try another? OK. NOT Y > 10 can be replaced by Y <= 10. I personally don’t prefer this way of handling NOT because we tend to forget how the computer itself treats this unique operator.