blob: 51293c6249ad97ef9d0168f257a5496005d85e06 (
plain)
1
2
3
4
5
6
7
8
9
|
// =============================================================================
// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
// Copyright (C) 2008 - INRIA
//
// This file is distributed under the same license as the Scilab package.
// =============================================================================
//whereis
if whereis("sci2exp") <> "stringlib" then bugmes();quit;end
if whereis('aaa') <> [] then bugmes();quit;end
|