chickadee » bindings » bind-case

(bind-case seq (pat (where fender ...) xpr ....) ....)syntax
(bind-case seq (pat xpr ....) ....)syntax

Matches seq against a series of patterns and executes the body of the first matching pattern. Fenders, i.e. boolean expressions, are optional.