There are many commands related to modules. Only the most commonly used module commands are described here; documentation for the rest can be found in the module chapter. There is also a brief description of modules, structures, and packages below.
,open structure ...
structure
s visible in the current package.
The packages associated with the structure
s will be loaded if
this has not already been done (the ask-before-loading
switch
can be used disable the automatic loading of packages).
,config [command
]
command
in the config
package, which includes
the module configuration language.
For example, use
to load a file containing module definitions. If no,config ,loadfilename
command
is given, the config
package becomes the
execution package for future commands.
,user [command
]
Previous: Logistical commands | Next: Debugging commands