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.

Copyright © 2002-2006 ARM Limited. All rights reserved.ARM DUI 0175H
Non-Confidential