up previous next
Packages

list of loaded packages

Syntax
packages(): LIST of STRING

Description
This function returns the names of the loaded packages as a list of strings.

The old CoCoA-4 names $user and $builtin are no longer used.

Example
/**/  packages();
["$BackwardCompatible", "$BringIn", (...) ]

See Also