up previous next

Starting

Syntax

Starting(S:STRING):LIST of STRING
    

Summary

list functions starting with a given string

Description

This function returns a list of all CoCoA functions starting with the string S. In general, this list will include undocumented commands. For these, one may find some information using Describe Function("Fn_Name") or Describe Function("$PackageName.Fn_Name").

example

    
Starting("Su");
["SubstPoly", "Support", "Subsets", "SubSet", "Submat", "Sum", "Subst"]
-------------------------------
        
    

See Also