Copy allows an age to be copied to this age object. If you simply assign an age to more than one variable, both will change if you change either variable. For this reason, it is often better to copy the value using a Copy method.
ag:Copy(agAge)
agNew:Copy(agOld)