rem’s avatarrem’s Twitter Archive—№ 7,064

  1. mattbd if you want the negation to run first, you want: x = 10; x += --x; x evaluates to 19 since negation running before addition