CoCoA:Starting
From ApCoCoAWiki
Starting
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(<quotes>Su</quotes>); [<quotes>SubstPoly</quotes>, <quotes>Support</quotes>, <quotes>Subsets</quotes>, <quotes>SubSet</quotes>, <quotes>Submat</quotes>, <quotes>Sum</quotes>, <quotes>Subst</quotes>] -------------------------------
Syntax
Starting(S:STRING):LIST of STRING
<type>help</type> <type>miscellaneous</type>