up previous next

Packages

Syntax

Packages():LIST
    

Summary

list of loaded packages

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