| key, ^ Full Description |   | 
| Syntax shelf-type? shelf-name (^ | key) string-expression Purpose  The  This construct can be more powerful than numeric indexing with the  An item on a shelf can be assigned a key by the actions  Key-based selection is a good method of setting up an association list. In a stream shelf, each item can be bound to a buffer which is set to some value. When each item is created, it can be given a key that is related to the value according to some function. Association lists can also be used with counters and streams.
 global stream toc variable ... do when toc has key "title-3" remove toc key "title-3" done |