Developing Apama Applications > Apama EPL Reference > Statements > Transfer of control statements > The break statement
The break statement
The break statement transfers control to the next statement following the loop (for or while statement) that encloses the break statement. A break statement can only be used within a for or while statement. Any statements between the break statement and the end of the block are not executed.
BreakStatement
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.