AND: Difference between revisions
(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
Type | Script block |
Collider | None |
Folder | Math |
Ports | |
---|---|
Inputs | Tru1 Tru2 |
Outputs | Tru1 & Tru2 |
If both inputs are True
, then it outputs True
. Otherwise it outputs False
.
