first-ec

[syntax] first-ec default qualifier ... expression

SRFI-42: The first value of expression in the sequence of bindings specified by the qualifiers. Before enumeration, the result is initialized with the value of default; so this will be the result if the sequence is empty. Enumeration is terminated in first-ec when the first value has been computed.