Apama 10.3.1 | Apama Documentation | Developing Apama Applications | 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. For more information, see Defining loops.

Copyright © 2013-2019 | 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.