Throw
Usage Message: Throw[value] stops evaluation and returns value as the value of the nearest enclosing Catch. Throw[value, tag] is caught only by Catch[expr, form] where form is a pattern that matches tag. Attributes[Throw] = {Protected} Notes:
Additional Online Documentation:
Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/Throw.html
Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/Throw.html
Questions or comments? Send email to support@wolfram.com.
|