11.3 Postfix Expressions

2010-05-16

PostfixExpression :
LeftHandSideExpression
LeftHandSideExpression [no LinteTerminator here] ++
LeftHandSideExpression [no LinteTerminator here] --

These are the only two operators that do not allow a LineTerminator between the operand and the operator.