|
Further Examples: Catch (modified)
This function throws overflow if its argument is greater than 10.
In[1]:= 
g[20] throws overflow, which is returned as the value of the enclosing Catch.
In[2]:= 
Out[2]= 
In this case, overflow is not generated, and the Catch has no effect.
In[3]:= 
Out[3]= 
|