[Prev][Next][Index][Thread]

Re: Good book on Dylan?



In article <200104021206.IAA03538@life.ai.mit.edu>, Rob Myers 
<robmyers@mac.com> wrote:

> That sounds good. I'll do that.
> 
> A while ago I found that
> 	slot dummy :: <table>, init-value: make(<table>);
> works as a class slot anyway, as the same value is always put into the 
> slot. Of course, this isn't the result I was expecting. :-)

You were wanting, perhaps, init-expression or "slot dummy = 
make(<table>)"?

-- Bruce