up previous next
Packages

list of loaded packages
Syntax

Packages():LIST


Description
This function returns the names of the loaded packages as a list of strings. The string $user refers to the user-defined functions defined in the current CoCoA session.

Example
  Packages();
["$builtin", "$coclib", "$user", "$help", "$io", "$misc"]
-------------------------------


See Also