Fish Wang says to YSITD
> var v = new a, v2 = new a > v.add('str') > v2.add('str') > v.get() Array [ "str", "str" ]