AND: Difference between revisions
Updated the page
Nikitaivanov (talk | contribs) (Created page with "File:AND.png If both inputs are `True`, then it outputs `True`. Otherwise it outputs `False`. File:Screenshot_2022-02-14-07-24-58-75_6c69499164362a0dbe2f1dfe7c62199a.jpg Category:Blocks ") |
(Updated the page) |
||
Line 1: | Line 1: | ||
{{Block | |||
|image=AND.png | |||
|type=s | |||
|folder=math | |||
|input1={{Port|t|Tru1}} | |||
|input2={{Port|t|Tru2}} | |||
|output1={{Port|t|Tru1 & Tru2}} | |||
}} | |||
If both inputs are | If both inputs are <code>True</code>, then it outputs <code>True</code>. Otherwise it outputs <code>False</code>. | ||
[[File:AND example.jpg|frameless|Example]] | |||
[[Category:Blocks]] | [[Category:Blocks]] |