listUserSymbols
listUserSymbols
-- a command which displays a list of variables
defined by the user, along with their types.
listUserSymbols X
-- limits the list to those variables whose
values are instances of X.
This function is useful after using loaddata to restore
a previous session.
See also userSymbols.
Go to main index.
Go to concepts index.