Qurak

Which

Available

Returns the first value whose test evaluates to `True`.

Which[test1, value1, test2, value2, …]
Which[2 > 1, "a", True, "b"] → a

Used in

Topics

Related

All 6300 functions · Use this from an MCP client