1 2 3 4 5 6
# Assignment expression target can only be an identifier (x.y := 1) (x[y] := 1) (*x := 1) ([x, y] := [1, 2])