FirstCase
FirstCase({arg1, arg2, ...}, pattern-matcher)
returns the first of the elements
argi
for whichpattern-matcher
is matching.
FirstCase({arg1, arg2, ...}, pattern-matcher, default)
if
pattern-matcher
is not matching, thedefault
value will be returned.
Examples
Implementation status
- ✅ - full supported