CoCoA:Starting

From ApCoCoAWiki
Revision as of 10:02, 24 October 2007 by XMLBot (talk | contribs) (pushing XML rev. 1.46, again)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Other Help

   <type>help</type>
   <type>miscellaneous</type>