OR: Difference between revisions
m
Generate a Block template, and Related section. Substitute backticks with <code> tags.
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 ") |
-u ndefined- (talk | contribs) m (Generate a Block template, and Related section. Substitute backticks with <code> tags.) |
||
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>. | |||
[[File: | [[File:OR_example.png]] | ||
== Related == | |||
* [[AND]] | |||
* [[NOT]] | |||
* [[Equal Truths]] | |||
[[Category:Blocks]] | [[Category:Blocks]] |