OR: Difference between revisions

From Fancade Wiki
(Added an example image)
(Standartise truth in descriptions)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
Line 8: Line 8:
}}
}}


If at least one of the inputs is <code>True</code>, then it outputs <code>True</code>.
If at least one of the inputs is [[True]], then it outputs True.
Otherwise, it outputs <code>False</code>.
Otherwise, it outputs False.


{{Image|OR example.jpg|Example}}
{{Image|OR example.jpg|Example}}

Latest revision as of 00:41, 23 August 2025

OR
OR.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Tru1
Tru2
Outputs Tru1 | Tru2

If at least one of the inputs is True, then it outputs True. Otherwise, it outputs False.

Example

Related