userSymbols
userSymbols ()
-- provides a list of variables defined by
the user.
userSymbols X
-- limits the list to those variables whose
values are instances of the class X.
Protected variables are excluded from the list.
See also listUserSymbols.
Go to main index.
Go to concepts index.