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// <-- CLI SHELL MODE -->
8ierr = execstr('mclearerr()','errcatch');
9ierr = execstr('mclearerr(''toto'')','errcatch');
10ierr = execstr('mclearerr([1 2])','errcatch');
11