Developing Apama Applications > EPL Reference > Statements > Transfer of control statements > The continue statement
The continue statement
The continue statement can be used in a block enclosed by a for or while statement to end execution of the current iteration and transfer control to the beginning of the loop. When a continue statement is executed, control is immediately transferred to the beginning of the inner most enclosing for or while statement. Any statements between the continue statement and the end of the block are not executed.
ContinueStatement
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.