Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.See the recommended documentation of this function
List variables in the workspace
who who a* who -file filename who global who .. var1 ... varN who .. -regexp expr1 ... exprN C = who() C = who('global')
who whos -name a // with s listvarinfile(filename) who global // No equivalent // No equivalent C = who() C = who('global')