chickadee » fmt » c-case

c-switch <clause> ...procedure
c-case <values> <body> ...procedure
c-case/fallthrough <values> <body> ...procedure
c-default <body> ...procedure

Switch statements. In addition to using the clause formatters, clauses inside a switch may be handled with a Scheme CASE-like list, with the car a list of case values and the cdr the body.