AND: Difference between revisions

From Fancade Wiki
(Updated the page)
(Centered the image)
Line 10: Line 10:
If both inputs are <code>True</code>, then it outputs <code>True</code>. Otherwise it outputs <code>False</code>.
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]]
[[File:AND example.jpg|frameless|center|Example]]


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

Revision as of 10:21, 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
Example