packages
return the list of bound packages
Calling Sequence
Description
Examples
packages()
The packages() calling sequence returns a list of the packages bound using the with command. The packages are listed in the order that they were bound.
Packages can be unbound using the unwith command.
See Also
index[package]
unwith
Using Packages
with
Download Help Document