Like case, but test expressions are sequences. The test expression
is true if any item in the sequence is equal (tested with '=') to
the test value.
(defmacro in-case "Like case, but test expressions are sequences. The test expression is true if any item in the sequence is equal (tested with '=') to the test value." [test-value & clauses] `(fcase in-case-test ~test-value ~@clauses))
Comments top
No comments for in-case. Log in to add a comment.