Summary: Basically, we need a _minus function, similar to _plus.
The original report from Eric:
I want to subtract a non-numeric-constant value from another, which I can't seem to contort _plus to manage. (_plus(-1) is fine, but _plus(-$commentLimit) errors.)