| default | a quotation |
| assoc | a sequence of pairs of quotations |
| quot | a quotation |
| • | If the assoc only has a few keys, a linear search is generated. |
| • | If the assoc has a large number of keys which form a contiguous range of integers, a direct dispatch is generated using the dispatch word together with a bounds check. |
| • | Otherwise, an open-coded hashtable dispatch is generated. |