function stealValues(a, b) { temp.keys = a.getdynamicvarnames(); for (temp.key: temp.keys) { b.(@temp.key) = a.(@temp.key); } }