Object pointers

Chris Becker chb99 at msn.com
Sat Mar 23 01:54:08 UTC 2002


Hi all,

Is there a way to store an object's *pointer* in a variable? Something akin
to this:

var := 'an object'.
pvar := var pointer.

pvar := 'new value'.

var  ==>  'new value'

Is there any way to achieve this?

Thanks,

Chris





More information about the Squeak-dev mailing list