extend(obj)
extend{x:5, y:10, score:20}; // x=5 y=10 score=20 になる print (x); print (y); print (score);