Flow-control structures: Difference between revisions

m (→‎{{header|COBOL}}: Added section on GOBACK)
Line 795:
 
=={{header|MATLAB}} / {{header|Octave}}==
<lang Matlab>
try
% do some stuff
catch
% in case of error, continue here
end
</lang>
 
 
=={{header|Maxima}}==
<lang maxima>/* goto */
Anonymous user