break
A syntactic looping construction used in for, while, and until loops.
Syntax
Performance
The break statement exits a loop immediately, independently of the current value of the loop index or controlling boolean expression.
Examples
Here is an example of the break statement. It uses the file break.csd.
Example of the break opcode. | |
---|---|
Its output should include lines like this, stopping at 2.000:
See also
Program Flow Control: Looping Constructions
Credits
New in Csound version 7