you can use inheritance.
x = (a: 1, b: 2, c: 3);
y = (d: 7, e: 8, f: 9);
z = (parent: x, proto: y);
z.b.postln;
z.e.postln;
On Fri, Feb 22, 2008 at 6:57 PM, <
koonce@...> wrote:
--
--- james mccartney
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users