Add -= operator.
3
votes
1 comment
-
Michael Smith
commented
I've sometimes wished for this, although I kind of wonder if it would make for harder to maintain recipes -- at the moment I only have to figure out how some flag got into a variable, and with -= I'd also have to worry about why it's not there :)