Element - ∨
- Logical Or
Characters:
∨
Description
Returns the first truthy argument, otherwise the first falsy argument.
Overloads
any-any
-a or b
Examples
`` 1 ∨
=1
⟨1|2|3⟩ 0 ∨
=⟨1|2|3⟩
2 1 ∨
=1
∨
- Logical OrCharacters:
∨
Returns the first truthy argument, otherwise the first falsy argument.
any-any
- a or b
`` 1 ∨
=
1
⟨1|2|3⟩ 0 ∨
=
⟨1|2|3⟩
2 1 ∨
=
1