RosettaCodeData/Task/Flow-control-structures/MATLAB/flow-control-structures.m

6 lines
70 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
try
% do some stuff
catch
% in case of error, continue here
end