continue
A syntactic looping construction used in for, while, and until loops.
Syntax
Performance
The continue statement skips the rest of the following loop body instructions and proceeds with the next iteration of the loop.
Examples
Here is an example of the continue statement. It uses the file continue.csd.
Example of the continue opcode. | |
---|---|
Its output should include lines like this, skipping the line for 2.000:
See also
Program Flow Control: Looping Constructions
Credits
New in Csound version 7