|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Throw
DetailsDetails
- You can use Throw and Catch to exit functions such as Nest, Fold, FixedPoint, and Scan.
- tag can be any expression.
- tag in Throw[value, tag] is re-evaluated every time it is compared to form in Catch[expr, form].
- An error is generated and an unevaluated Throw is returned if there is no appropriate enclosing Catch to catch the Throw.
New in 1 | Last modified in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
