function setxy(arg0 = x, arg1 = y, arg2 = id) { with (arg2) { x = arg0; y = arg1; } }