Scilab variable browser
browsevar()
browsevar is the embedded Scilab variable browser.
browsevar lists all user variables the current environnement.
browsevar has several features:
a=`rand`_(10,10); b="my string"; browsevar();
Enter search terms or a module, class or function name.