cond

[syntax] cond clause1 clause2 ...

R5RS, R6RS:

SRFI-61: extends cond to allow user-defined guards and multiple values.

See also if.