AND: Difference between revisions

105 bytes added ,  16 May 2024
Updated the page
(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:
[[File:AND.png]]
{{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 `True`, then it outputs `True`. Otherwise it outputs `False`.
If both inputs are <code>True</code>, then it outputs <code>True</code>. Otherwise it outputs <code>False</code>.
 
[[File:Screenshot_2022-02-14-07-24-58-75_6c69499164362a0dbe2f1dfe7c62199a.jpg]]


[[File:AND example.jpg|frameless|Example]]


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