Flow-control structures: Difference between revisions

Line 807:
end</lang>
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Relevant functions are:
 
Line 828:
Throw[] causes a non-local jump to a specified Catch[]
 
=={{header|MATLAB}} / {{header|Octave}}==
<lang Matlab>
Anonymous user