Developing Apama Applications > Apama 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 excuted.
ContinueStatement
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.