CONTINUE Statement Overview

The CONTINUE statement is primarily used to terminate a labeled DO construct when the construct would otherwise end improperly with either a GO TO, arithmetic IF, or other prohibited control statement.


Copyright © 1996-2010, Intel Corporation. All rights reserved.