1 2 3 4 5 6 7 8 9 10 11 12
error[undefined_variable]: `x` is not defined ┌─ compound_assignments.lua:1:1 │ 1 │ x += y │ ^ error[undefined_variable]: `y` is not defined ┌─ compound_assignments.lua:1:6 │ 1 │ x += y │ ^