Workshop.codes
Create

Or Last updated November 26, 2024

Description

Whether either of the two inputs are true (or equivalent to true).

Snippet

Or(True, True);

Properties

Returns: Boolean
Parameters: Value, Value

Value
Type: Boolean, Default: True
One of the two inputs considered. If either one is true (or equivalent to true), then the or value is true.

Value
Type: Boolean, Default: True
One of the two inputs considered. If either one is true (or equivalent to true), then the or value is true.

Workshop.codes