case-match
macro
(case-match key-form clause*)
clause := '(' test-form form* ')' test-form := true | otherwise | pattern
about:pattern-matching ecase-match if-match when-match