"whos" outputs a formatted display of the same information returned by "who" (name and memory size) and with type and size of each. No value is actually returned.
"who_user" only returns a list of variables created or loaded by the current user in the current session. So the first reference to a function in an already loaded library (like "asinh") will appear in the returned list. All of them suffer the same lazy-load problem as "listfunctions", which follows since "whos", "who_user", and "listfunctions" all use "who" to collect the information they then filter and return or use. See <Scilab installation directory>/modules/core/macros/whos.sci <Scilab installation directory>/modules/core/macros/who_user.sci <Scilab installation directory>/modules/functions/macros/listfunctions.sci -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Multiple-files-of-functions-with-the-same-name-tp4030814p4030909.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. _______________________________________________ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users