Continue
Usage
• Continue[ ] exits to the nearest enclosing Do, For or While in a procedural program.
Notes
• Continue[ ] takes effect as soon as it is evaluated, even if it appears inside other functions. • The function of Continue can also be achieved using Throw and Catch. • New in Version 1; modified in 3.
|