4.5 Initialization of slots when instances are made
So far, we have made an instance and set the value of its slot. We might like to combine those two steps and to set the slot's value while making the instance — in other words, to initialize the slot when we make the instance. One way to do that is to provide a keyword argument to make. (Dylan offers several techniques for initializing slots; see Chapter 10, Slots.)




