Editing Or 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 '''or''' operator is a [[Boolean operator]] which returns {{tag|value|true}} if any of the arguments is true, else returns {{tag|value|false}}. Its token is named '''OR'''. == Truth Table == {|class="wikitable" style="text-align:center;" |+2 Inputs !colspan=2|Inputs !rowspan=2|Output |- !A!!B |- |T||T |T |- |T||F |T |- |F||T |T |- |F||F |F |} == [[FDS]] == {{See Also/small|Infix notation}} {{codeblock|{{tag|value|Boolean}}{{tag|whitespace}}{{code|operator|or}}{{tag|whitespace}}{{tag|value|Boolean}}}} === Example === {{codeblock|{{code|keyword|I did this as long as}}{{code|whitespace| }}{{code|variable|Applejack}}{{code|whitespace| }}{{code|operator|is}}{{code|whitespace| }}{{code|literal|83}}{{code|whitespace| }}{{code|operator|or}}{{code|whitespace| }}{{code|variable|Spike}}{{code|whitespace| }}{{code|operator|is}}{{code|whitespace| }}{{code|literal|1}}{{code|punctuation|:}} {{code|continuation|...}}}} This loops the next part of code if the variable {{code|variable|Applejack}} is equal to {{code|literal|83}} or the variable {{code|variable|Spike}} is equal to {{code|literal|1}}. This is equivalent to the following '''Java''' code: {{codeblock|<SOURCE LANG=java>while(Applejack==83|Spike==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