i=i++ is an expression. Every expression can also be a statement. i=i++; is an expression-statement followed by a semicolon.
/ Fredrik (Naranek) Hubinette (Real Build Master)
Previous text:
2003-04-03 22:53: Subject: Autodoc
@expr{i=i++;@}.
`i=i++' is an expression, but `i=i++;' is a statement. Am I wrong? ^
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)