OR: Difference between revisions

166 bytes added ,  21 May 2024
Added an example image
(Created page with "File:OR1.png If at least one of the inputs is `True`, then it outputs `True`. Otherwise, it outputs `False`. File:Screenshot_2022-02-14-07-25-33-16_6c69499164362a0dbe2f1dfe7c62199a.jpg Category:Blocks ")
 
(Added an example image)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[File:OR1.png]]
{{Block
|image=OR.png
|type=s
|folder=Math
|input1={{Port|t|Tru1}}
|input2={{Port|t|Tru2}}
|output1={{Port|t|<nowiki>Tru1 | Tru2</nowiki>}}
}}


If at least one of the inputs is `True`, then it outputs `True`. Otherwise, it outputs `False`.
If at least one of the inputs is <code>True</code>, then it outputs <code>True</code>.
Otherwise, it outputs <code>False</code>.


[[File:Screenshot_2022-02-14-07-25-33-16_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
{{Image|OR example.jpg|Example}}


== Related ==
* [[AND]]
* [[NOT]]
* [[Equal Truths]]


[[Category:Blocks]]
[[Category:Blocks]]