|
Continue
Continue[ ] exits to the nearest enclosing Do, For or While in a procedural program.
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.
See The Mathematica Book: Section 2.5.9.
See also: Break, Goto.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |