Storing and Retrieving Point

Ken G. Brown kbrown at tnc.com
Fri Sep 28 02:16:41 UTC 2001


Thanks everyone. I'm back on my way!
Ken

At 17:03 -0400 on 2001/09/27,  Bob Arning is rumored to have written:
>Ken,
>
>The literal array syntax "#()" only handles literals - symbols, 
>strings, numbers, characters. Thus it interprets pt as #pt. Either
>
>	dict at: 'first' put: {'text'. pt}.
>
>or
>
>	dict at: 'first' put: (Array with: 'text' with: pt).
>
>will do what you want.
>
>Cheers,
>Bob




More information about the Squeak-dev mailing list