Element - ∧
- Logical And
Characters:
∧
Description
Returns the first truthy argument if both are truthy, otherwise returns the first falsy argument.
Overloads
any-any
-a and b
Examples
2 1 ∧
=2
∧
- Logical AndCharacters:
∧
Returns the first truthy argument if both are truthy, otherwise returns the first falsy argument.
any-any
- a and b
2 1 ∧
=
2