4.2.2. continue

Causes the next iteration of a loop to be executed, ignoring any remaining commands in the loop.

Syntax:

continue;

Description

The continue statement causes the remainder of the for, do-while, or while loop to be ignored and the next iteration of the loop to execute.

Return Value

None

Rules

None

Example

See the example on Example to see how to use continue in a for loop.

See also

Copyright © 2002-2011 ARM. All rights reserved.ARM DUI 0175N
Non-ConfidentialID052111