1// =============================================================================
2// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3// Copyright (C) 2009 - DIGITEO - Allan CORNET
4//
5//  This file is distributed under the same license as the Scilab package.
6// =============================================================================
7
8// <-- CLI SHELL MODE -->
9
10ierr = execstr('mclearerr()','errcatch');
11ierr = execstr('mclearerr(''toto'')','errcatch');
12ierr = execstr('mclearerr([1 2])','errcatch');