Learn how to use and combine different conditional functions in APL
Function Name | Description |
---|---|
case() | Evaluates a list of conditions and returns the first result expression whose condition is satisfied. |
iff() | Evaluates the first argument (the predicate), and returns the value of either the second or third arguments |
nothingMatchedResult
.
iif
function is equivalent to the iff
function.
true
.false
.