Consider this simple example:

Code:
. return list

scalars:
            r(changed) =  1
              r(width) =  4
                  r(k) =  1
                  r(N) =  100
Is it possible to retrieve the name of the scalars (here 'changed", "width", "k" and "N") that are "available" in r()?