next up previous
Next: Local variable declarations Up: Simple statements Previous: Simple statements

Assignment and expression statements

Each line should contain at most one statement. For example,
a = b + c; count++;//WRONG
a = b + c;// RIGHT
count++;// RIGHT



Dennis Seah Mon Jul 17 11:43:42 2006