Catch
Usage Message: Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form matches tag. Catch[expr, form, f] returns f[value, tag]. Attributes[Catch] = {HoldFirst, Protected} Notes:
Additional Online Documentation:
Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/Catch.html
Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/Catch.html
Questions or comments? Send email to support@wolfram.com.
| |