Show TOC

Background documentationBreak and Continue Actions Locate this document in the navigation structure

 

The break action terminates the closest enclosing loop in which it appears and passes the control to the action that follows the terminated action, if any. The continue action passes the control to the next iteration of the enclosing loop in which it appears.

Syntax

break

continue