or
Performs a logical OR
or(in1, in2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Performs the operation with the value currently stored. If there is no argument, || initially holds | |
in2 | number | The value is compared to the value in the left inlet to determine output but only a value in the left inlet will trigger output. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | If either the value in the left inlet or the value in the right inlet (or specified by the argument) is not |
Aliases
||