AND: Difference between revisions

From Fancade Wiki
No edit summary
m (Add section)
 
Line 11: Line 11:


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


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

Latest revision as of 13:33, 29 July 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