When I try to write a postfix/prefix in/decrement, followed by a post/prefix in/decrement, I get the following error: Invalid argument to operation ++/--.
But, according to JLS:
PostIncrementExpression:
PostfixExpression ++
and
PostfixExpression:
Primary
ExpressionName
PostIncrementExpression
PostDecrementExpression
so writing:
PostfixExpression ++ ++
should be possible... Any thoughts?
i++return? – Anon. Jan 10 '11 at 21:20--++----++var++----++--++might be a little bit confusing? – Crozin Jan 10 '11 at 21:21i#? ;-) – John Topley Jan 10 '11 at 21:22