|
|
|
|
for
loops and the if
statement. The compiler doesn't care about them, but it may help a human reader to see what is the scope of the control statements.l
. Again, the compiler doesn't care, but to a human reader it can be confusing to see expressions like l-c-1
and l/2
|
|