OR: Difference between revisions
-u ndefined- (talk | contribs) m (Generate a Block template, and Related section. Substitute backticks with <code> tags.) |
(Added an example image) |
||
Line 11: | Line 11: | ||
Otherwise, it outputs <code>False</code>. | Otherwise, it outputs <code>False</code>. | ||
{{Image|OR example.jpg|Example}} | |||
== Related == | == Related == |
Latest revision as of 17:15, 21 May 2024
OR
Type | Script block |
Collider | None |
Folder | Math |
Ports | |
---|---|
Inputs | Tru1 Tru2 |
Outputs | Tru1 | Tru2 |
If at least one of the inputs is True
, then it outputs True
.
Otherwise, it outputs False
.
