grow testPerson
grow (grow testPerson)
cons 10 testPair
cons' 10 testPair
record { more.weight = 94 } testPerson
record { more.weight $= (+ 1) } testPerson
{ more.weight := 94 } testPerson
{ more.weight $= (+ 1) } testPerson
:q
