up previous next
Starting

list functions starting with a given string
Syntax

Starting(S:STRING):LIST of 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