<< switch | interpreter functions | while >> |
try, statements_1, catch, statements_2, end |
try and catch statements are used for error handling and control in files.
try/catch in a script file
try
error('an error')
catch
disp('error catched')
end
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET