Vyxapedia

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