AND: Difference between revisions

From Fancade Wiki
(Updated the page)
(Standartise truth in descriptions)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
(3 intermediate revisions by 3 users not shown)
Line 8: Line 8:
}}
}}


If both inputs are <code>True</code>, then it outputs <code>True</code>. Otherwise it outputs <code>False</code>.
If both inputs are [[True]] then it outputs True. Otherwise it outputs False.


[[File:AND example.jpg|frameless|Example]]
{{Image|AND example.jpg|Example}}
 
== Related ==
 
* [[OR]]
* [[NOT]]
* [[Equal Truths]]


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

Latest revision as of 00:42, 23 August 2025

AND
AND.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Tru1
Tru2
Outputs Tru1 & Tru2

If both inputs are True then it outputs True. Otherwise it outputs False.

Example

Related