Editing Not 0 You are not logged in. The rich text editor does not work with JavaScript switched off. Please either enable it in your browser options, or visit your preferences to switch to the old MediaWiki editor The '''not''' operator is a [[Boolean operator]] which returns {{code|literal|true}} if the argument is {{code|literal|false}} and vice versa. Its token is named '''NOT'''. Remember that all comparison instructions do not need a '''not''' operator because there is always another operator which complements them: {| class="wikitable" ! A ! NOT A |- | [[Equal]] | [[Not equal]] |- | [[Greater than]] | [[Less than or equal]] |- | [[Less than]] | [[Greater than or equal]] |} == Truth Table == {|class="wikitable" style="text-align:center;" |+1 Input !Input !|Output |- |T |F |- |F |T |} == [[FDS]] == {{See Also/small|Prefix notation}} {{codeblock|{{code|operator|not}}{{tag|whitespace}}{{tag|value|Boolean}}}} === Example === {{codeblock|{{code|keyword|I did this as long as}}{{code|whitespace| }}{{code|operator|not}}{{code|whitespace| }}{{code|variable|Applejack}}{{code|whitespace| }}{{code|operator|is}}{{code|whitespace| }}{{code|literal|1}}{{code|punctuation|:}} {{code|continuation|...}}}} This loops the next part of code if variable {{code|variable|Applejack}} is not equal to {{code|literal|1}}. This is equivalent to the following '''Java''' code: {{codeblock|<SOURCE LANG=java>while(! (Applejack==1)) { ...</SOURCE>}} Remember that this code is equivalent to using [[not equal]], such that: {{codeblock|{{code|keyword|I did this as long as}}{{code|whitespace| }}{{code|variable|Applejack}}{{code|whitespace| }}{{code|operator|is not}}{{code|whitespace| }}{{code|literal|1}}{{code|punctuation|:}}}} and to the following '''Java''' code: {{codeblock|<SOURCE LANG=java>while(Applejack!=1) { ...</SOURCE>}} == See Also == *[[List of Keywords]] *[[Operators]] {{Navbox/Phrases}} {{stub}} Loading editor Below are some commonly used wiki markup codes. Simply click on what you want to use and it will appear in the edit box above. Insert: – — … ° ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Sign your username: ~~~~ Wiki markup: {{}} | [] [[]] [[Category:]] #REDIRECT [[]] <s></s> <sup></sup> <sub></sub> <code></code> <blockquote></blockquote> <ref></ref> {{Reflist}} <references/> <includeonly></includeonly> <noinclude></noinclude> {{DEFAULTSORT:}} <nowiki></nowiki> <!-- --> <span class="plainlinks"></span> Symbols: ~ | ¡ ¿ † ‡ ↔ ↑ ↓ • ¶ # ¹ ² ³ ½ ⅓ ⅔ ¼ ¾ ⅛ ⅜ ⅝ ⅞ ∞ ‘ “ ’ ” «» ¤ ₳ ฿ ₵ ¢ ₡ ₢ $ ₫ ₯ € ₠ ₣ ƒ ₴ ₭ ₤ ℳ ₥ ₦ № ₧ ₰ £ ៛ ₨ ₪ ৳ ₮ ₩ ¥ ♠ ♣ ♥ ♦ View this template This field is a spam trap. DO NOT fill it in! Edit summary Preview Mobile Desktop Show changes