OR: Difference between revisions
Added an example image
Nikitaivanov (talk | contribs) (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: | ||
{{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 | If at least one of the inputs is <code>True</code>, then it outputs <code>True</code>. | ||
Otherwise, it outputs <code>False</code>. | |||
{{Image|OR example.jpg|Example}} | |||
== Related == | |||
* [[AND]] | |||
* [[NOT]] | |||
* [[Equal Truths]] | |||
[[Category:Blocks]] | [[Category:Blocks]] |