@dharr
I was not clear. Imagine you have some code to review. Somewhere in the code
sol:=dsolve({odes,ics},numeric,...)
If sol was a module I could ask for the exports. Since sol is a procedure I cannot ask which variables are returned.
Take for example this code from one man 1.mw
and enter
sln(0.1);
interface(verboseproc = 2);
print(sln);
showstat(sln);
after execution of the worksheet