> > 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".

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

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

Reply via email to