AND: Difference between revisions

From Fancade Wiki
(Centered the image)
No edit summary
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|center|Example]]
{{Image|AND example.jpg|Example}}


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

Revision as of 18:16, 17 May 2024

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