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 $cocoa/user refers to the user-defined functions defined in the current CoCoA session.

example

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

See Also