On 06-Apr-02, Anton wrote:

>>> 1. Add a new variable and value to an object

>> Oh, and your problem 1 is already catered for with 'make...
>> 
>>>> obj: make obj [c: 30]

>> Carl Read

> No, it creates a new object. Now we have two objects.
> The value of 'obj has shifted from the old object to
> the new one.
> Anything that was referring to the old object will not
> be able to see the "changes".

You're right of course Anton.  A bit of a lazy post on my behalf.

> Of course, the above approach is useful,
> but to modify an object in place cannot be done right now.

> Anton.

-- 
Carl Read

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to