Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.1
-
None
Description
The prefix/postfix increment/decrement operators as in:
lhs++; ++lhs; lhs--; --lhs;
lhs being a left-hand-side value, a value that can be assigned.