contents
index
← prev up next →
The case form dispatches to a clause by matching the result of an expression to the values for the clause:
(case [(datum ...+) expr ...+] ...)
(case [(datum ...+) expr ...+]
...)