RosettaCodeData/Task/Flow-control-structures/MATLAB/flow-control-structures.m
2023-07-01 11:58:00 -04:00

5 lines
70 B
Matlab

try
% do some stuff
catch
% in case of error, continue here
end