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 hope to find more information using
'Describe Function('FunctionName')' or 'Describe
Function('$PackageName.FunctionName')'.

Example

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